Skip to content

Commit 7708ee2

Browse files
Added missing -vertfile flag
1 parent 9ade09f commit 7708ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

single_subject/batch_single_subject.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sct_process_segmentation -i t2_seg.nii.gz -vert 3:4 -vertfile t2_seg_labeled.nii
7777
# Aggregate CSA value per level
7878
sct_process_segmentation -i t2_seg.nii.gz -vert 3:4 -vertfile t2_seg_labeled.nii.gz -perlevel 1 -o csa_perlevel.csv
7979
# Aggregate CSA value per slices
80-
sct_process_segmentation -i t2_seg.nii.gz -z 30:35 -perslice 1 -o csa_perslice.csv
80+
sct_process_segmentation -i t2_seg.nii.gz -z 30:35 -vertfile t2_seg_labeled.nii.gz -perslice 1 -o csa_perslice.csv
8181

8282
# A drawback of vertebral level-based CSA is that it doesn’t consider neck flexion and extension.
8383
# To overcome this limitation, the CSA can instead be computed using the distance to a reference point.

0 commit comments

Comments
 (0)