Skip to content

Commit

Permalink
batch_single_subject.sh: Comment out -f command (needs reg)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton committed Nov 26, 2024
1 parent 576828a commit dea569b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion single_subject/batch_single_subject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,10 @@ sct_deepseg -i t2.nii.gz -task seg_sc_lesion_t2w_sci -qc ~/qc_singleSubj
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 &
# Compute various morphometric measures, such as number of lesions, lesion length, lesion volume, etc.
sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -qc ~/qc_singleSubj

# Lesion analysis using PAM50 (the -f flag is used to specify the folder containing the atlas/template)
sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -f label_T2w -qc ~/qc_singleSubj
# Note: You must go through the "Register to Template" steps (labeling, registration) first
# sct_analyze_lesion -m t2_lesion_seg.nii.gz -s t2_sc_seg.nii.gz -f label -qc ~/qc_singleSubj

# Note: We also have a contrast-agnostic segmentation command for MS lesions, too:
sct_deepseg -i t2.nii.gz -task seg_ms_lesion -qc ~/qc_singleSubj
Expand Down

0 comments on commit dea569b

Please sign in to comment.