NDCLab / lab-devOps

NDCLab mgmt and operations
GNU Affero General Public License v3.0
0 stars 0 forks source link

data-preprocessing: Pavlovia scripts #184

Closed jessb0t closed 2 years ago

jessb0t commented 2 years ago

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.

F-said commented 2 years ago

@jessb0t

jessb0t commented 2 years ago

@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).