Skip to content

Commit 8c7b4c1

Browse files
batch_single_subject.sh: Use command from tutorial
See: spinalcordtoolbox/spinalcordtoolbox@cd7f284
1 parent aad711b commit 8c7b4c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

single_subject/batch_single_subject.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ sct_deepseg -i t2_crop.nii.gz -task seg_lumbar_sc_t2w
164164
#
165165
# However, since this is an automated script with example data, we will place the labels at known locations for the
166166
# sake of reproducing the results in the tutorial.
167-
sct_label_utils -i t2_crop.nii.gz -create 27,80,80,60 -o t2_crop_label.nii.gz
168-
sct_label_utils -i t2_crop_label.nii.gz -create-add 27,76,187,17 -o t2_crop_label.nii.gz
167+
sct_label_utils -i t2.nii.gz -create 22,77,187,17:27,79,80,60 -o t2_crop_labels.nii.gz
169168

170169
# Register the image to the template using segmentation and labels
171170
# TODO: Uncomment when https://github.com/spinalcordtoolbox/PAM50/pull/27 gets merged and a new PAM50 release is made.

0 commit comments

Comments
 (0)