@@ -124,7 +124,7 @@ sct_deepseg -i t2.nii.gz -task seg_sc_lesion_t2w_sci -qc ~/qc_singleSubj
124
124
# - t2_sc_seg.nii.gz: the spinal cord segmentation
125
125
# - t2_lesion_seg.nii.gz: the lesion segmentation
126
126
127
- # Check results using Fsleyes
127
+ # Check results using FSLeyes
128
128
fsleyes t2.nii.gz -cm greyscale t2_sc_seg.nii.gz -cm red -a 70.0 t2_lesion_seg.nii.gz -cm blue-lightblue -a 70.0 &
129
129
130
130
# Compute various morphometric measures, such as number of lesions, lesion length, lesion volume, etc.
@@ -138,7 +138,7 @@ cd ../t2
138
138
# Segment the spinal nerve rootlets
139
139
sct_deepseg -i t2.nii.gz -task seg_spinal_rootlets_t2w -qc ~ /qc_singleSubj
140
140
141
- # Check results using Fsleyes
141
+ # Check results using FSLeyes
142
142
fsleyes t2.nii.gz -cm greyscale t2_seg.nii.gz -cm subcortical -a 70.0 &
143
143
144
144
@@ -156,7 +156,7 @@ sct_warp_template -d t2.nii.gz -w warp_template2anat.nii.gz -a 0 -qc ~/qc_single
156
156
# Note: A folder label/template/ is created, which contains template objects in the space of the subject. The file
157
157
# info_label.txt lists all template files.
158
158
159
- # Check results using Fsleyes.
159
+ # Check results using FSLeyes
160
160
fsleyes t2.nii.gz -cm greyscale -a 100.0 label/template/PAM50_t2.nii.gz -cm greyscale -dr 0 4000 -a 100.0 label/template/PAM50_gm.nii.gz -cm red-yellow -dr 0.4 1 -a 50.0 label/template/PAM50_wm.nii.gz -cm blue-lightblue -dr 0.4 1 -a 50.0 &
161
161
162
162
@@ -189,7 +189,7 @@ sct_register_multimodal -i "${SCT_DIR}"/data/PAM50/template/PAM50_t2.nii.gz -ise
189
189
190
190
# Warp template
191
191
sct_warp_template -d mt1.nii.gz -w warp_template2mt.nii.gz -a 1 -qc ~ /qc_singleSubj
192
- # Check results using Fsleyes.
192
+ # Check results using FSLeyes
193
193
fsleyes mt1.nii.gz -cm greyscale -a 100.0 label/template/PAM50_t2.nii.gz -cm greyscale -dr 0 4000 -a 100.0 label/template/PAM50_gm.nii.gz -cm red-yellow -dr 0.4 1 -a 50.0 label/template/PAM50_wm.nii.gz -cm blue-lightblue -dr 0.4 1 -a 50.0 &
194
194
195
195
@@ -200,7 +200,7 @@ fsleyes mt1.nii.gz -cm greyscale -a 100.0 label/template/PAM50_t2.nii.gz -cm gre
200
200
# Register mt0->mt1 using z-regularized slicewise translations (algo=slicereg)
201
201
# Note: Segmentation and mask can be re-used from "MT registration" section
202
202
sct_register_multimodal -i mt0.nii.gz -d mt1.nii.gz -dseg mt1_seg.nii.gz -m mask_mt1.nii.gz -param step=1,type=im,algo=slicereg,metric=CC -x spline -qc ~ /qc_singleSubj
203
- # Check results using Fsleyes.
203
+ # Check results using FSLeyes
204
204
fsleyes mt1.nii.gz mt0_reg.nii.gz &
205
205
# Compute MTR
206
206
sct_compute_mtr -mt0 mt0_reg.nii.gz -mt1 mt1.nii.gz
0 commit comments