Skip to content

Create Psych DS compliant data set from Expyriment data

Notifications You must be signed in to change notification settings

lindemann09/xpd_psych_ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPD-Psych-DS

Create data set that is compliant to the Psychology Data Standard (Psych-DS) from an existing Expyriment data set.


Released under the GNU General Public License v3

Oliver Lindemann (oliver@expyriment.org)

Install

python3 -m pip install --index-url https://test.pypi.org/simple/ xpd-psych-ds

Command line tool

python3 -m xpd_to_psych_ds.cli -h

or if installed correctly:

xpd_to_psych_ds -h

Python example

import xpd_psych_ds
xpd_psych_ds.create(data_folder="expyriment_data", 
                    additional_data_folder=["events"],
                    override_existing_folder=True)

About

Create Psych DS compliant data set from Expyriment data

Resources

Stars

Watchers

Forks

Packages

No packages published