Skip to content

Commit 7107815

Browse files
committed
batch_single_subject.sh: Update with rootlets segmentation
1 parent 99c502b commit 7107815

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

single_subject/batch_single_subject.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,19 @@ sct_deepseg -i t2.nii.gz -task seg_sc_lesion_t2w_sci
127127
# Compute various morphometric measures, such as number of lesions, lesion length, lesion volume, etc.
128128
sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -qc ~/qc_singleSubj
129129

130+
131+
132+
# Rootlets segmentation
133+
# ======================================================================================================================
134+
cd ../t2
135+
# Segment the spinal nerve rootlets
136+
sct_deepseg -i t2.nii.gz -task seg_spinal_rootlets_t2w -qc ~/qc_singleSubj
137+
138+
# Check results using Fsleyes
139+
fsleyes t2.nii.gz -cm greyscale t2_seg.nii.gz -cm subcortical -a 70.0 &
140+
141+
142+
130143
# Registering T2 data to the PAM50 template
131144
# ======================================================================================================================
132145
cd ../t2

0 commit comments

Comments
 (0)