Physiological data

Physiological data collected at the scanner is automatically exported as single DICOM files alongside each fMRI run. When you transfer your data to XNAT, this data will come along, named the same as its associated functional run but with a _WIP_PMU suffix (or just _PMU, before the XA30 scanner software upgrade).

When you use xnat-tools to export your data and convert it to BIDS format, the physiological data should come along and be converted automatically. If you are exporting your data to Oscar, we recommend using our new Oscar utility script.

When the xnat2bids pipeline has finished, you can find your raw physiological data DICOM files in export-dir/PI/study-XX/xnat-export/sub-XX/ses-XX/, along with the DICOMs for your brain data. Xnat-tools will also automatically extract the pulse and respiration traces from the physiological DICOMs and create the cardiac and respiratory .tsv.gz and .json files associated with each functional run in export-dir/PI/study-XX/bids/sub-XX/ses-XX/func, as prescribed by the BIDS specification.

sub-XX_ses-XX_task-XX_acq-XX_run-01_bold.json

sub-XX_ses-XX_task-XX_acq-XX_run-01_bold.nii.gz

sub-XX_ses-XX_task-XX_acq-XX_run-01_events.tsv

sub-XX_ses-XX_task-XX_acq-XX_run-01_recording-cardiac_physio.json

sub-XX_ses-XX_task-XX_acq-XX_run-01_recording-cardiac_physio.tsv.gz

sub-XX_ses-XX_task-XX_acq-XX_run-01_recording-respiratory_physio.json

sub-XX_ses-XX_task-XX_acq-XX_run-01_recording-respiratory_physio.tsv.gz

Last updated