Skip to content

Commit dc8264a

Browse files
batch_single_subject.sh: Remove sct_label_vertebrae comments
Superseded by totalspineseg.
1 parent e51c8fb commit dc8264a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

single_subject/batch_single_subject.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ fsleyes t2.nii.gz -cm greyscale t2_step1_canal.nii.gz -cm YlOrRd -a 70.0 t2_step
7777
sct_label_utils -i t2_seg.nii.gz -project-centerline t2_step1_levels.nii.gz -o t2_seg_labeled.nii.gz
7878

7979

80-
# Note: Here, two files are output: t2_seg_labeled, which represents the labeled segmentation (i.e., the value
81-
# corresponds to the vertebral level), and t2_seg_labeled_discs, which only has a single point for each
82-
# inter-vertebral disc level. The convention is: Value 3 —> C2-C3 disc, Value 4 —> C3-C4 disc, etc.
83-
84-
# OPTIONAL: If automatic labeling did not work, you can initialize with manual identification of C2-C3 disc:
85-
#sct_label_utils -i t2.nii.gz -create-viewer 3 -o label_c2c3.nii.gz -msg "Click at the posterior tip of C2/C3 inter-vertebral disc"
86-
#sct_label_vertebrae -i t2.nii.gz -s t2_seg.nii.gz -c t2 -initlabel label_c2c3.nii.gz -qc ~/qc_singleSubj
87-
88-
8980

9081
# Shape-based analysis
9182
# ======================================================================================================================

0 commit comments

Comments
 (0)