Skip to content

Commit

Permalink
batch_single_subject.sh: Added missing second-pass segmentation using…
Browse files Browse the repository at this point in the history
… smoothed SC
  • Loading branch information
SomeoneInParticular authored Nov 28, 2024
1 parent 73e874c commit a6d684c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions single_subject/batch_single_subject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ sct_deepseg -task seg_sc_contrast_agnostic -i t1.nii.gz
sct_smooth_spinalcord -i t1.nii.gz -s t1_seg.nii.gz
# Tips: use flag "-sigma" to specify smoothing kernel size (in mm)

# Second-pass segmentation using the smoothed anatomical image
sct_deepseg_sc -i t1_smooth.nii.gz -c t1 -qc ~/qc_singleSubj

# Align the spinal cord in the right-left direction using slice-wise translations.
sct_flatten_sagittal -i t1.nii.gz -s t1_seg.nii.gz
# Note: Use for visualization purposes only
Expand Down

0 comments on commit a6d684c

Please sign in to comment.