Skip to content

Commit 4ab8bbc

Browse files
Add new sct_compute_ascor command
1 parent 0eb1aec commit 4ab8bbc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

single_subject/batch_single_subject.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ sct_deepseg sc_canal_t2 -i t2.nii.gz -qc ~/qc_singleSubj
436436
# Check results using FSLeyes
437437
fsleyes t2.nii.gz -cm greyscale t2_canal_seg_seg.nii.gz -cm red -a 70.0 &
438438

439+
# Compute aSCOR (Adapted Spinal Cord Occupation Ratio)
440+
# 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
439442

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

0 commit comments

Comments
 (0)