We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sct_analyze_lesion -f
1 parent b31a5bd commit bd6c4c1Copy full SHA for bd6c4c1
1 file changed
single_subject/batch_single_subject.sh
@@ -423,7 +423,8 @@ sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -qc ~/qc_singleSu
423
# Lesion analysis using PAM50 (the -f flag is used to specify the folder containing the atlas/template)
424
# Note: You must go through the "Register to Template" steps (labeling, registration) first
425
# This is because `sct_warp_template` is required to generate the `label` folder used for `-f`
426
-# sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -f label -qc ~/qc_singleSubj
+sct_warp_template -d t2.nii.gz -w ../t2/warp_template2anat.nii.gz
427
+sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -f label -qc ~/qc_singleSubj
428
429
# Segment the spinal cord on gradient echo EPI data
430
cd ../fmri/
0 commit comments