Hi
I tried to use option --fwhm 0.1 with mri_nu_correct.mni and noticed that this is incorrectly interpreted as option --distance 0.1.
This script reads
if($#FWHM) set cmd = ($cmd -distance $FWHM);
whereas this should be
if($#FWHM) set cmd = ($cmd -fwhm $FWHM);
Is it possible to correct the mri_nu_correct.mni script?
Ed