To reproduce constructing this dataset, the following commands should be run in the following order:
make bidsify
: convert raw data fromsourcedata/
into a BIDS dataset.make ecogqc
: generate quality check reports inderivatives/ecogqc
.make mark_bad_channels
: based on the QC reports, this target will mark bad channels in_channels.tsv
files.make ecogprep
: run the raw data through the preprocessing pipeline.make generate_features
: create various stimulus features based onstimuli/podcast.wav
andstimuli/podcast_transcript.csv
.