Skip to content

Commit 8719e48

Browse files
batch_single_subject.sh: Update tutorial-specific command
1 parent aa88fb2 commit 8719e48

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

single_subject/batch_single_subject.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ fsleyes t2.nii.gz -cm greyscale t2_step1_canal.nii.gz -cm YlOrRd -a 70.0 t2_step
7474
# Check QC report: Go to your browser and do "refresh".
7575

7676
# Optionally, you can use the generated disc labels to create a labeled segmentation
77-
sct_label_utils -i t2_seg.nii.gz -project-centerline t2_totalspineseg_discs.nii.gz -o t2_seg_labeled.nii.gz
77+
# Note: This approach is no longer recommended. Instead, use the disc labels directly in subsequent commands (e.g. `sct_process_segmentation`).
78+
sct_label_vertebrae -i t2.nii.gz -s t2_seg.nii.gz -c t2 -discfile t2_totalspineseg_discs.nii.gz
79+
# FIXME: Remove this command once the web tutorials are updated to no longer use labeled segmentations
7880

7981

8082

0 commit comments

Comments
 (0)