muschellij2/fslr

incorrect option name in function topup

Closed this issue · 2 comments

  1. function topup is currently (version 2.20.3) not in NAMESPACE
  2. fslr:::topup("file.nii", "param.txt", out="outfile")

creates call ( non existent option infile )

topup --infile=file.nii --datain=param.txt --out=out --warpres=10 --subsamp=1 --fwhm=8 --miter=5 --ssqlambda=1 --regmod=bending_energy --estmov=1 --minmet=0 --splineorder=3 --numprec=double --interp=spline --scale=0 --regrid=0 --verbose

instead of ( correct option imain )

topup --imain=file.nii --datain=param.txt --out=out --warpres=10 --subsamp=1 --fwhm=8 --miter=5 --ssqlambda=1 --regmod=bending_energy --estmov=1 --minmet=0 --splineorder=3 --numprec=double --interp=spline --scale=0 --regrid=0 --verbose

Regards,

Joerg

Try the new version devtools::install_github("muschellij2/fslr")