forked from scitran-apps/freesurfer-recon-all
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Genevieve Hayes edited this page Nov 24, 2022
·
14 revisions
RTP2-anatROIs processes the subject’s anatomical T1w nifti image to obtain ROIs that will later be used in tractography (RTP-preproc and RTP-pipeline). The input of this step is the subject’s T1w file (native space) and ROIs defined in MNI space; the output is a segmented T1w image and ROIs of interest in individual subject T1w space. AnatROIs provides many predefined ROIs, and it is possible to extend it in multiple ways.
If starting with DICOM files (directly from the scanner), HeuDiConv can be used to convert the DICOMs to nifti files and transform them into BIDS format (Gorgolewski et al., 2016).
This container runs Freesurfer, and a set of other components to create ROIs.
- Freesurfer 7.3.2
- Tools to obtain ROIs (by segmentation or other means) [see here]
- Existing MNI atlases we already included in the tool [see here]
- T1 nifti image
-or- - Already processed full freesurfer pipeline (zipped)
- Zip file containing volumetric ROIs in MNI: they will be converted to individual subject space
-or- - Zip file containing surface ROIs in fsaverage (annotations): they will be converted to individual subject space
- Recon-all standard output
-
fs.zip
(this will be used for RTP-pipeline) - Others
- Installation
- How to use
- Reporting and citation In this wiki page we include examples of how to report and cite RTP and all the included tools, it will change depending on the selected tools.
- TO-DO list