Skip to content

Commit cd149da

Browse files
batch_single_subject.sh: Fix aSCOR typo (-1 -> 1)
1 parent 8812617 commit cd149da

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
@@ -438,7 +438,7 @@ fsleyes t2.nii.gz -cm greyscale t2_canal_seg_seg.nii.gz -cm red -a 70.0 &
438438

439439
# Compute aSCOR (Adapted Spinal Cord Occupation Ratio)
440440
# i.e. Spinal cord to canal ratio using the canal seg
441-
sct_compute_ascor -i-SC t2_seg.nii.gz -i-canal t2_canal_seg.nii.gz -perlevel -1 -o ascor.csv
441+
sct_compute_ascor -i-SC t2_seg.nii.gz -i-canal t2_canal_seg.nii.gz -perlevel 1 -o ascor.csv
442442

443443
# Segment the spinal nerve rootlets
444444
sct_deepseg rootlets -i t2.nii.gz -qc ~/qc_singleSubj

0 commit comments

Comments
 (0)