Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIDS Formatting #66

Open
MalloryJfeldman opened this issue Sep 4, 2019 · 1 comment
Open

BIDS Formatting #66

MalloryJfeldman opened this issue Sep 4, 2019 · 1 comment
Projects

Comments

@MalloryJfeldman
Copy link

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:

  • A gzip compressed TSV file with data (without header line)
  • A JSON file for storing start time, sampling frequency, and name of columns from the TSV

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: translationalneuromodeling/tapas#36
Guidelines: https://bids.neuroimaging.io/bids_spec.pdf (section 8.6, page 43)

@MalloryJfeldman
Copy link
Author

MF thoughts:

  • Really designed for LARGE files stored in conjunction with imaging files.
  • Really not optimized for in-lab data or the kinds of analyses/software we use with these data
  • Love the idea of "strict naming conventions" which enable sharing & understanding. Though these naming conventions are not well defined for physio data.
  • I think if we wanted to use these, we would have to explore file types, additional naming conventions, and other optimizations to facilitate storing and sharing of both in-lab and in-scanner physio.

@wendtke wendtke added this to In progress in psyphr Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
psyphr
  
In progress
Development

No branches or pull requests

1 participant