Skip to content

Commit

Permalink
batch_single_subject.sh: Add missing -qc ~/qc_singleSubj
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton committed Nov 29, 2024
1 parent ee5d8dd commit 4034ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_subject/batch_single_subject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ sct_warp_template -d fmri_moco_mean.nii.gz -w warp_template2fmri.nii.gz -a 0 -qc

cd ../t1
# Segment T1-weighted image (to be used in later steps)
sct_deepseg -task seg_sc_contrast_agnostic -i t1.nii.gz
sct_deepseg -task seg_sc_contrast_agnostic -i t1.nii.gz -qc ~/qc_singleSubj/

# Smooth spinal cord along centerline (extracted from the segmentation)
sct_smooth_spinalcord -i t1.nii.gz -s t1_seg.nii.gz
Expand Down

0 comments on commit 4034ad1

Please sign in to comment.