We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-vertfile
1 parent 9ade09f commit 7708ee2Copy full SHA for 7708ee2
single_subject/batch_single_subject.sh
@@ -77,7 +77,7 @@ sct_process_segmentation -i t2_seg.nii.gz -vert 3:4 -vertfile t2_seg_labeled.nii
77
# Aggregate CSA value per level
78
sct_process_segmentation -i t2_seg.nii.gz -vert 3:4 -vertfile t2_seg_labeled.nii.gz -perlevel 1 -o csa_perlevel.csv
79
# Aggregate CSA value per slices
80
-sct_process_segmentation -i t2_seg.nii.gz -z 30:35 -perslice 1 -o csa_perslice.csv
+sct_process_segmentation -i t2_seg.nii.gz -z 30:35 -vertfile t2_seg_labeled.nii.gz -perslice 1 -o csa_perslice.csv
81
82
# A drawback of vertebral level-based CSA is that it doesn’t consider neck flexion and extension.
83
# To overcome this limitation, the CSA can instead be computed using the distance to a reference point.
0 commit comments