Skip to content

Commit

Permalink
Remove hard-coded setting of --flm=quadratic, since that is already t…
Browse files Browse the repository at this point in the history
…he default in 'eddy'
  • Loading branch information
mharms authored and glasserm committed Aug 24, 2020
1 parent b70606f commit 74618e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DiffusionPreprocessing/scripts/run_eddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ main() {
eddy_command+="--fwhm=${fwhm_value} "
eddy_command+="--topup=${topupdir}/topup_Pos_Neg_b0 "
eddy_command+="--out=${workingdir}/eddy_unwarped_images "
eddy_command+="--flm=quadratic "

if [ ! -z "${dont_peas}" ]; then
eddy_command+="--dont_peas "
Expand Down

0 comments on commit 74618e8

Please sign in to comment.