Skip to content

Commit

Permalink
process_data.sh: Preserve -p sct_deepseg_sc
Browse files Browse the repository at this point in the history
`sct_deepseg` QC is not yet available in `sct_qc` script
  • Loading branch information
joshuacwnewton committed Nov 29, 2024
1 parent a6d684c commit ce7466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_subject/process_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ segment_if_does_not_exist() {
if [[ -e "${FILESEGMANUAL}" ]]; then
echo "Found! Using manual segmentation."
rsync -avzh "${FILESEGMANUAL}" "${FILESEG}".nii.gz
sct_qc -i "${file}".nii.gz -s "${FILESEG}".nii.gz -p sct_deepseg -qc "${PATH_QC}" -qc-subject "${SUBJECT}"
sct_qc -i "${file}".nii.gz -s "${FILESEG}".nii.gz -p sct_deepseg_sc -qc "${PATH_QC}" -qc-subject "${SUBJECT}"
else
echo "Not found. Proceeding with automatic segmentation."
# Segment spinal cord
Expand Down

0 comments on commit ce7466d

Please sign in to comment.