Skip to content

Commit

Permalink
Related to issues #2 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathilde Brossard authored and Mathilde Brossard committed Jul 23, 2024
1 parent 755439d commit ac8bfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cd ${SUBJECT_SESSION}/anat/
SUBJECT="${SUBJECT}_${SESSION}"

# T1 image file name
T1_image=$(find . -type f -name "*_MPRAGE.nii.gz" -print | head -n 1)
T1_image=$(find . -type f -name "*_UNIT1.nii.gz" -print | head -n 1)

# Contrast agnostic segmentation
sct_deepseg -i "$T1_image" -task seg_sc_contrast_agnostic -o "${T1_image%.nii.gz}_seg.nii.gz" -qc ${PATH_QC} -qc-subject ${SUBJECT}
Expand Down

0 comments on commit ac8bfed

Please sign in to comment.