Skip to content

Commit a6d80ca

Browse files
Replace sct_deepseg_gm with sct_deepseg graymatter
1 parent 33fcc22 commit a6d80ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

single_subject/batch_single_subject.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ sct_register_to_template -i t2_lumbar.nii.gz -s t2_lumbar_seg.nii.gz -ldisc t2_l
243243
# Go to T2*-weighted data, which has good GM/WM contrast and high in-plane resolution
244244
cd ../t2s
245245
# Segment gray matter (check QC report afterwards)
246-
sct_deepseg_gm -i t2s.nii.gz -qc ~/qc_singleSubj
246+
sct_deepseg graymatter -i t2s.nii.gz -qc ~/qc_singleSubj
247247
# Spinal cord segmentation
248248
sct_deepseg spinalcord -i t2s.nii.gz -qc ~/qc_singleSubj
249249
# Subtract GM segmentation from cord segmentation to obtain WM segmentation

0 commit comments

Comments
 (0)