Skip to content

Commit

Permalink
We also don't need spaced here when using log_Warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Cottaar authored and glasserm committed Jun 29, 2020
1 parent ed6c3e3 commit 6980bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DiffusionPreprocessing/DiffPreprocPipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ get_options() {
fi
if [ ${fwhm_set} == false ]; then
log_Warn "Using --select-best-b0 prepends the best b0 to the start of the file passed into eddy."
log_Warn " To ensure eddy succesfully aligns this new first b0 with the actual first volume,"
log_Warn " we recommend to increase the FWHM for the first eddy iterations if using --select-best-b0"
log_Warn " This can be done by setting the --extra_eddy_args=--fwhm=... flag"
log_Warn "To ensure eddy succesfully aligns this new first b0 with the actual first volume,"
log_Warn "we recommend to increase the FWHM for the first eddy iterations if using --select-best-b0"
log_Warn "This can be done by setting the --extra_eddy_args=--fwhm=... flag"
fi
fi
}
Expand Down

0 comments on commit 6980bc6

Please sign in to comment.