Skip to content

Commit

Permalink
Added missing -vertfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneInParticular authored Nov 28, 2024
1 parent 9ade09f commit 7708ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_subject/batch_single_subject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sct_process_segmentation -i t2_seg.nii.gz -vert 3:4 -vertfile t2_seg_labeled.nii
# Aggregate CSA value per level
sct_process_segmentation -i t2_seg.nii.gz -vert 3:4 -vertfile t2_seg_labeled.nii.gz -perlevel 1 -o csa_perlevel.csv
# Aggregate CSA value per slices
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

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

0 comments on commit 7708ee2

Please sign in to comment.