We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sct_compute_ascor
1 parent 0eb1aec commit 4ab8bbcCopy full SHA for 4ab8bbc
1 file changed
single_subject/batch_single_subject.sh
@@ -436,6 +436,9 @@ sct_deepseg sc_canal_t2 -i t2.nii.gz -qc ~/qc_singleSubj
436
# Check results using FSLeyes
437
fsleyes t2.nii.gz -cm greyscale t2_canal_seg_seg.nii.gz -cm red -a 70.0 &
438
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
442
443
# Segment the spinal nerve rootlets
444
sct_deepseg rootlets -i t2.nii.gz -qc ~/qc_singleSubj
0 commit comments