If collected, extra datatypes (e.g., physiological or behavioural) data collected during the MRI scans need to be uploaded separately. Non-image uploads could also be technologist notes or QC .pdf files. These must be added to a subject’s session, which should be done after the DICOM files have been uploaded.
XNAT keeps the data organized under each subject’s session in resources/
and scans/
. The scans/
folder holds all of the uploaded DICOM data, and the resources/
folder contains everything else. Therefore, under resources, you can create folders as nessicary:
resources/logs
– participant log sheets (.xls, .csv, .pdf, etc.)resources/behav
– behavioural data for fMRI experiments.resources/physio
– physiological recordings collected during the MRI protocol.To upload data to one of these folders:
Add Folder
. Set Level
to resources
and set a name for folder
. Click Create
.Upload Files
, Level
should be resources
, and Folder
should be the desired folder. Click ‘Choose File’ and attach the desired file file. Click Upload
.