Skip to content

Commit

Permalink
resample segmentation to bold resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
a3sha2 authored Dec 18, 2018
1 parent 498272f commit d2769a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/task/task.mod
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ output referenceVolume ${out}/task/${prefix}_referenceVolume.nii.gz

output mask ${out}/task/${prefix}_mask.nii.gz

${AFNI_PATH}/3dresample -master ${out}/task/${prefix}_mask.nii.gz -inset \
${segmentation[sub]} -prefix ${out}/task/${prefix}_segmentation.nii.gz

output segmentation ${out}/task/${prefix}_segmentation.nii.gz

###################################################################
# Variable import and search:
# Substitute the relevant lines of text in the design file.
Expand Down

0 comments on commit d2769a5

Please sign in to comment.