File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,12 @@ segment_if_does_not_exist() {
80
80
if [[ -e " ${FILESEGMANUAL} " ]]; then
81
81
echo " Found! Using manual segmentation."
82
82
rsync -avzh " ${FILESEGMANUAL} " " ${FILESEG} " .nii.gz
83
- sct_qc -i " ${file} " .nii.gz -s " ${FILESEG} " .nii.gz -p sct_deepseg_sc -qc " ${PATH_QC} " -qc-subject " ${SUBJECT} "
83
+ sct_qc -i " ${file} " .nii.gz -s " ${FILESEG} " .nii.gz -p sct_deepseg -qc " ${PATH_QC} " -qc-subject " ${SUBJECT} "
84
84
else
85
85
echo " Not found. Proceeding with automatic segmentation."
86
86
# Segment spinal cord
87
- sct_deepseg_sc -i " ${file} " .nii.gz -c " ${contrast} " -qc " ${PATH_QC} " -qc-subject " ${SUBJECT} "
87
+ sct_deepseg -task seg_sc_contrast_agnostic -i " ${file} " .nii.gz -qc " ${PATH_QC} " -qc-subject
88
+ " ${SUBJECT} "
88
89
fi
89
90
}
90
91
You can’t perform that action at this time.
0 commit comments