Skip to content

Commit 52c6865

Browse files
batch_single_subject.sh: Fix typos
1 parent 7d0f82d commit 52c6865

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
@@ -48,7 +48,6 @@ sct_deepseg_sc -i t2.nii.gz -c t2 -qc ~/qc_singleSubj
4848
# Vertebral labeling
4949
# ======================================================================================================================
5050

51-
cd ../t2
5251
# Vertebral labeling
5352
sct_label_vertebrae -i t2.nii.gz -s t2_seg.nii.gz -c t2 -qc ~/qc_singleSubj
5453
# Check QC report: Go to your browser and do "refresh".
@@ -364,7 +363,7 @@ sct_warp_template -d fmri_moco_mean.nii.gz -w warp_template2fmri.nii.gz -a 0 -qc
364363

365364
cd ../t1
366365
# Segment T1-weighted image (to be used in later steps)
367-
sct_deepseg_sc -i t2.nii.gz -c t1
366+
sct_deepseg_sc -i t1.nii.gz -c t1
368367

369368
# Smooth spinal cord along centerline (extracted from the segmentation)
370369
sct_smooth_spinalcord -i t1.nii.gz -s t1_seg.nii.gz

0 commit comments

Comments
 (0)