Skip to content

Commit 505e128

Browse files
committed
Descriptions of anatomical outputs
1 parent ef26e04 commit 505e128

File tree

3 files changed

+30
-32
lines changed

3 files changed

+30
-32
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
anatomical_reorient,The anatomical image re-oriented into RPI.
2+
anatomical_brain,The anatomical image re-oriented into RPI and skull-stripped (original intensities).
3+
anatomical_to_mni_linear_xfm, Affine matrix of the linear transformation from the individual's anatomical space to MNI space.
4+
mni_to_anatomical_linear_xfm, Affine matrix of the linear transformation from MNI space to the individual's anatomical space.
5+
anatomical_to_mni_nonlinear_xfm, The nonlinear field coefficients file of nonlinear transformation from the individual's anatomical space to MNI space.
6+
mni_to_anatomical_nonlinear_xfm, The nonlinear field coefficients file of nonlinear transformation from MNI space to the individual's anatomical space.
7+
mni_normalized_anatomical, The end result of applying the transformations to warp the RPI, skull-stripped brain in the individual's anatomical space to MNI space.
8+
anatomical_to_symmetric_mni_linear_xfm, Affine matrix of the linear transformation from the individual's anatomical space to a symmetric brain in MNI space (used for VMHC).
9+
symmetric_mni_to_anatomical_linear_xfm, Affine matrix of the linear transformation from a symmetric brain in MNI space to the individual's anatomical space (used for VMHC).
10+
anatomical_to_symmetric_mni_nonlinear_xfm, The nonlinear field coefficients file of nonlinear transformation from the individual's anatomical space to a symmetric brain in MNI space (used for VMHC).
11+
symmetric_mni_to_anatomical_nonlinear_xfm, The nonlinear field coefficients file of nonlinear transformation from a symmetric brain in MNI space to the individual's anatomical space (used for VMHC).
12+
symmetric_mni_normalized_anatomical, The end result of applying the transformations to warp the RPI, skull-stripped brain in the individual's anatomical space to a symmetric brain in MNI space (used for VMHC).
13+
ants_initial_xfm, The initial transformation matrix applied by ANTS to transform the individual's anatomical image to MNI space.
14+
ants_rigid_xfm, The rigid transformation matrix applied by ANTS to transform the individual's anatomical image to MNI space.
15+
ants_affine_xfm, The affine transformation matrix applied by ANTS to transform the individual's anatomical image to MNI space.
16+
anat_to_mni_ants_composite_xfm, The ANTS transformations concatenated together for transformation into MNI space.
17+
ants_symmetric_initial_xfm, The initial transformation applied by ANTS to transform the individual's anatomical image to an image in symmetric MNI space.
18+
ants_symmetric_rigid_xfm, The rigid transformation matrix applied by ANTS to transform the individual's anatomical image to an image in symmetric MNI space (used for VMHC).
19+
ants_symmetric_affine_xfm, The affine transformation matrix applied by ANTS to transform the individual's anatomical image to an image in symmetric MNI space (used for VMHC).
20+
anat_to_symmetric_mni_ants_composite_xfm, The ANTS transformations concatenated together for transformation into an image in symmetric MNI space (used for VMHC).
21+
22+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
anatomical_csf_mask, The CSF mask produced by segmentation.
2+
anatomical_gm_mask, The gray matter mask produced by segmentation.
3+
anatomical_wm_mask, The white matter mask produced by segmentation.
4+
seg_mixeltype, A mixeltype volume file (an output from brain segmentation using FAST).
5+
seg_partial_volume_files, Partial volume estimate files (outputs from brain segmentation using FAST).
6+
seg_partial_volume_map, The partial volume file (an output from brain segmentation using FAST).
7+
seg_probability_maps, Individual probability maps (output from brain segmentation using FAST).

docs/user/_sources/_static/outputs.csv renamed to docs/user/_sources/_static/outputs/outputs.csv

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
Anatomical Preprocessing
2-
anatomical_brain
3-
anatomical_csf_mask
4-
anatomical_gm_mask
5-
anatomical_reorient
6-
anatomical_to_mni_linear_xfm
7-
anatomical_to_mni_nonlinear_xfm
8-
anatomical_to_symmetric_mni_linear_xfm
9-
anatomical_to_symmetric_mni_nonlinear_xfm
10-
anatomical_wm_mask
11-
anat_to_mni_ants_composite_xfm
12-
anat_to_symmetric_mni_ants_composite_xfm
13-
ants_affine_xfm
14-
ants_initial_xfm
15-
ants_rigid_xfm
16-
ants_symmetric_affine_xfm
17-
ants_symmetric_initial_xfm
18-
ants_symmetric_rigid_xfm
19-
apply_ants_warp_func_mni
20-
apply_ants_warpoutputspec.output_image
21-
apply_fsl_warpout_file
22-
seg_mixeltype
23-
seg_partial_volume_files
24-
seg_partial_volume_map
25-
seg_probability_maps
26-
mni_normalized_anatomical
27-
mni_to_anatomical_linear_xfm
28-
mni_to_anatomical_nonlinear_xfm
29-
symmetric_mni_normalized_anatomical
30-
symmetric_mni_to_anatomical_linear_xfm
31-
symmetric_mni_to_anatomical_nonlinear_xfm
32-
331
Functional Preprocessing
342
coordinate_transformation
353
functional_brain_mask
@@ -147,6 +115,7 @@ qc___snr_val
147115
qc___%s_s%measure
148116

149117
Derivatives Settings:
118+
#TODO Find out the names given to derivatives in cpac_pipline.py
150119
%s_fisher_zstd % output_resource
151120
%s_zstd % output_resource
152121

0 commit comments

Comments
 (0)