Skip to content

Commit bd6c4c1

Browse files
Uncomment sct_analyze_lesion -f command
1 parent b31a5bd commit bd6c4c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

single_subject/batch_single_subject.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -qc ~/qc_singleSu
423423
# Lesion analysis using PAM50 (the -f flag is used to specify the folder containing the atlas/template)
424424
# Note: You must go through the "Register to Template" steps (labeling, registration) first
425425
# 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
426+
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
427428

428429
# Segment the spinal cord on gradient echo EPI data
429430
cd ../fmri/

0 commit comments

Comments
 (0)