wendtke / psyphr

legacy repo for R package suite for psychophysiological data; see github.com/psyphr-dev
1 stars 1 forks source link

BIDS Formatting #66

Open MalloryJfeldman opened 5 years ago

MalloryJfeldman commented 5 years ago

purpose: minimize curation (helping researchers not directly involved in data collection to understand and work with data); error reduction (attributed to misunderstanding meaning of data); optimization for use with data analysis software (via metadata); development of automated tools. BIDS in its current formed is designed to standardize and describe raw data.

File names are formed with a series of key-values and end with a file type, where keys and file types are predefined, and values are chosen by the user.

The standard provides data dictionaries and strict naming conventions for structural, diffusion, and functional MRI data as well as accompanying behavioral and physiological data.

Currently, physiological recordings such as cardiac and respiratory signals (and other continuous measures) can be specified using two files:

Naming conventions specify cardiac, respiratory, and trigger data.

All physio data uses the _physio suffix, and signals related to the stimulus should use _stim suffix.

Example file names:

sub-001_ses-01_task-tsst_physio.tsv.gz sub-001_ses-01_task-tsst_physio.json

Example Data: https://github.com/translationalneuromodeling/tapas/issues/36 Guidelines: https://bids.neuroimaging.io/bids_spec.pdf (section 8.6, page 43)

MalloryJfeldman commented 5 years ago

MF thoughts: