Closed jessb0t closed 2 years ago
@jessb0t
-flanker\
-sub-00\
-sub-01\
-sub-10\
-dccs\
-sub-00\
@F-said
You can see an example of the folder structure at /home/data/NDClab/datasets/social-context-dataset/sourcedata/raw/one-a/pavlovia/
(but note that I'm showing you raw
here only because the data-monitoring script that will transfer data from raw>checked doesn't yet exist).
The data in question is the CSV files (you can ignore the .log.gz files).
Yes, we are working on three scripts (one each for flanker, dccs, and nback) that loop over all participants in the folder and consolidate their results into a single CSV (within which each participant is a row of data).
Pulls input from:
checked
Outputs to:preprocessed
For each Pavlovia task (flanker, dccs, nback), script checks for any new participant folders added to
checked
. If found, runs the R script for each task to consolidate all participants into a single output file.