Behavior and Neuroimaging Core User Manual
  • About
  • Infrastructure Overview
  • XNAT
    • Getting Started
    • Accessing XNAT
    • BIDS Ready Protocols
    • New XNAT projects
    • Uploading Data
    • Downloading Data
  • Demo Dataset
    • Introduction
    • How to access it
    • Protocol Information
    • Basic analysis example: checks task
  • XNAT to BIDS
    • Getting Started
    • XNAT2BIDS Software
    • Exporting to BIDS using Oscar
      • Oscar Utility Script
        • Running xnat2bids using default configuration
        • Running xnat2bids with a custom configuration
        • Syncing your XNAT project & Oscar data directory
        • Extra tools & features
      • Step-wise via Interact Session
    • BIDS Validation
      • Oscar
      • Docker
    • Converting non-MR data
      • Physiological data
      • EEG data
  • XNAT TO BIDS (Legacy)
    • Oscar SBATCH Scripts
  • BIDS and BIDS Containers
    • Introduction to BIDS
    • mriqc
    • fmriprep
    • BIDS to NIMH Data Archive (NDA)
  • Analysis Pipelines
    • Freesurfer
    • 🚧CONN Toolbox
    • FSL topup and eddy
    • Tractography: DSI Studio
    • Brown University MRS Data Collection and Preprocessing Protocol
    • LC Model
      • Installation
      • Example Run
      • Running LCModel on your own data
    • Quantitative Susceptibility Mapping (QSM)
  • Standalone Tools
    • Multi-session spectroscopy with voxalign
    • dicomsort: a tool to organize DICOM files
    • ironmap
    • convert enhanced multi-frame DICOMs to legacy single-frame
    • DICOM anonymization
  • MRF GUIDES
    • MRI simulator room
      • Motion Trainer: Balloon Task
      • Simulating scanner triggers
    • Stimulus display & response collection
    • Eyetracking at the scanner
    • Exporting data via scannershare
    • EEG in the scanner
    • Exporting spectroscopy RDA files
  • Community
    • MRF/BNC user community meetings
Powered by GitBook
On this page

Was this helpful?

  1. XNAT to BIDS
  2. Converting non-MR data

Physiological data

PreviousConverting non-MR data NextEEG data

Last updated 1 year ago

Was this helpful?

Physiological data collected at the scanner is automatically exported as single DICOM files alongside each fMRI run. When you , 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 .

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 .

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

transfer your data to XNAT
Oscar utility script
BIDS specification
Paired fMRI and physiological data on XNAT