Skip to content

Commit

Permalink
comment on remaining fov mask differences
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Apr 22, 2020
1 parent 8f784f3 commit 5033f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fMRIVolume/scripts/OneStepResampling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ then
wb_command -volume-math '1' "$fovcheck" -var x "$InputfMRI"
#fsl's "nn" interpolation is just as pessimistic about the FoV as non-extrapolating interpolation
#so, in wb_command, use trilinear here instead of enclosing voxel to get the same FoV behavior as CUBIC
#still doesn't match FSL's "nn" (and the FoV edge on "spline" isn't the same as wb_command CUBIC), not sure why
wb_command -volume-resample "$fovcheck" "$WD/$T1wImageFile.$FinalfMRIResolution".nii.gz TRILINEAR "$OutputfMRI"_mask.nii.gz "${xfmargs[@]}" -nifti-output-datatype INT32

else
Expand Down

0 comments on commit 5033f4f

Please sign in to comment.