Skip to content

Commit 695ba8c

Browse files
committed
DOC: Update expected outputs, note minimal derivatives
1 parent 556db60 commit 695ba8c

File tree

1 file changed

+81
-7
lines changed

1 file changed

+81
-7
lines changed

docs/outputs.rst

Lines changed: 81 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,16 @@ If FreeSurfer reconstructions are used, the following surface files are generate
131131

132132
sub-<subject_label>/
133133
anat/
134-
sub-<subject_label>_hemi-[LR]_smoothwm.surf.gii
135-
sub-<subject_label>_hemi-[LR]_pial.surf.gii
134+
sub-<subject_label>_hemi-[LR]_white.surf.gii
136135
sub-<subject_label>_hemi-[LR]_midthickness.surf.gii
137-
sub-<subject_label>_hemi-[LR]_inflated.surf.gii
136+
sub-<subject_label>_hemi-[LR]_pial.surf.gii
137+
sub-<subject_label>_hemi-[LR]_desc-reg_sphere.surf.gii
138+
sub-<subject_label>_hemi-[LR]_space-fsLR_desc-reg_sphere.surf.gii
139+
sub-<subject_label>_hemi-[LR]_space-fsLR_desc-msmsulc_sphere.surf.gii
140+
141+
The registration spheres target ``fsaverage`` and ``fsLR`` spaces. If MSM
142+
is enabled (i.e., the ``--no-msm`` flag is not passed), then the ``msmsulc``
143+
spheres are generated and used for creating ``space-fsLR`` derivatives.
138144

139145
And the affine translation (and inverse) between the original T1w sampling and FreeSurfer's
140146
conformed space for surface reconstruction (``fsnative``) is stored in::
@@ -144,6 +150,27 @@ conformed space for surface reconstruction (``fsnative``) is stored in::
144150
sub-<subject_label>_from-fsnative_to-T1w_mode-image_xfm.txt
145151
sub-<subject_label>_from-T1w_to-fsnative_mode-image_xfm.txt
146152

153+
Finally, cortical thickness, curvature, and sulcal depth maps are converted to GIFTI
154+
and CIFTI-2::
155+
156+
sub-<subject_label>/
157+
anat/
158+
sub-<subject_label>_hemi-[LR]_thickness.shape.gii
159+
sub-<subject_label>_hemi-[LR]_curv.shape.gii
160+
sub-<subject_label>_hemi-[LR]_sulc.shape.gii
161+
sub-<subject_label>_space-fsLR_den-32k_thickness.dscalar.nii
162+
sub-<subject_label>_space-fsLR_den-32k_curv.dscalar.nii
163+
sub-<subject_label>_space-fsLR_den-32k_sulc.dscalar.nii
164+
165+
.. warning::
166+
167+
GIFTI metric files follow the FreeSurfer conventions and are not modified
168+
by *fMRIPrep* in any way.
169+
170+
The Human Connectome Project (HCP) inverts the sign of the curvature and
171+
sulcal depth maps. For consistency with HCP, *fMRIPrep* follows these
172+
conventions and masks the medial wall of CIFTI-2 dscalar files.
173+
147174
.. _fsderivs:
148175

149176
FreeSurfer derivatives
@@ -187,16 +214,63 @@ these will be indicated with ``[specifiers]``::
187214

188215
sub-<subject_label>/
189216
func/
190-
sub-<subject_label>_[specifiers]_space-<space_label>_boldref.nii.gz
191217
sub-<subject_label>_[specifiers]_space-<space_label>_desc-brain_mask.nii.gz
192218
sub-<subject_label>_[specifiers]_space-<space_label>_desc-preproc_bold.nii.gz
193219

194-
Additionally, the following transforms are saved::
220+
.. note::
221+
222+
The mask file is part of the *minimal* processing level. The BOLD series
223+
is only generated at the *full* processing level.
224+
225+
**Motion correction outputs**.
226+
227+
Head-motion correction (HMC) produces a reference image to which all volumes
228+
are aligned, and a corresponding transform that maps the original BOLD series
229+
to the reference image::
230+
231+
sub-<subject_label>/
232+
func/
233+
sub-<subject_label>_[specifiers]_desc-hmc_boldref.nii.gz
234+
sub-<subject_label>_[specifiers]_from-orig_to_boldref_mode-image_desc-hmc_xfm.nii.gz
235+
236+
.. note::
237+
238+
Motion correction outputs are part of the *minimal* processing level.
239+
240+
**Coregistration outputs**.
241+
242+
Registration of the BOLD series to the T1w image generates a further reference
243+
image and affine transform::
195244

196245
sub-<subject_label>/
197246
func/
198-
sub-<subject_label>_[specifiers]_from-scanner_to-T1w_mode-image_xfm.txt
199-
sub-<subject_label>_[specifiers]_from-T1w_to-scanner_mode-image_xfm.txt
247+
sub-<subject_label>_[specifiers]_desc-coreg_boldref.nii.gz
248+
sub-<subject_label>_[specifiers]_from-boldref_to-T1w_mode-image_desc-coreg_xfm.txt
249+
250+
.. note::
251+
252+
Coregistration outputs are part of the *minimal* processing level.
253+
254+
**Fieldmap registration**.
255+
256+
If a fieldmap is used for the correction of a BOLD series, then a registration
257+
is calculated between the BOLD series and the fieldmap. If, for example, the fieldmap
258+
is identified with ``"B0Identifier": "TOPUP"``, the generated transform will be named::
259+
260+
sub-<subject_label>/
261+
func/
262+
sub-<subject_label>_[specifiers]_from-boldref_to-TOPUP_mode-image_xfm.nii.gz
263+
264+
If the association is discovered through the ``IntendedFor`` field of the
265+
fieldmap metadata, then the transform will be given an auto-generated name::
266+
267+
sub-<subject_label>/
268+
func/
269+
sub-<subject_label>_[specifiers]_from-boldref_to-auto000XX_mode-image_xfm.txt
270+
271+
.. note::
272+
273+
Fieldmap registration outputs are part of the *minimal* processing level.
200274

201275
**Regularly gridded outputs (images)**.
202276
Volumetric output spaces labels (``<space_label>`` above, and in the following) include

0 commit comments

Comments
 (0)