sub-68443_b0_merged.topup_log 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # name of 4D file with images
  2. --imain=/cubric/collab/314_wand/bids/derivatives/eddy_qc/preprocessed/sub-68443/sub-68443_b0_merged.nii.gz
  3. # name of text file with PE directions/times
  4. --datain=/home/sapcm15/gitlab/WAND_microstructural/QualityControl/eddy_qc/acqpar.txt
  5. # base-name of output files (spline coefficients (Hz) and movement parameters)
  6. --out=/cubric/collab/314_wand/bids/derivatives/eddy_qc/preprocessed/sub-68443/sub-68443_topup
  7. # name of image file with field (Hz)
  8. --fout=/cubric/collab/314_wand/bids/derivatives/eddy_qc/preprocessed/sub-68443/sub-68443_fieldmap
  9. # (approximate) resolution (in mm) of warp basis for the different sub-sampling levels, default 10
  10. --warpres=20,16,14,12,10,6,4,4,4
  11. # sub-sampling scheme, default 1
  12. --subsamp=1,1,1,1,1,1,1,1,1
  13. # FWHM (in mm) of gaussian smoothing kernel, default 8
  14. --fwhm=8,6,4,3,3,2,1,0,0
  15. # Max # of non-linear iterations, default 5
  16. --miter=5,5,5,5,5,10,10,20,20
  17. # Weight of regularisation, default depending on --ssqlambda and --regmod switches. See user documetation.
  18. --lambda=0.005,0.001,0.0001,1.5e-05,5e-06,5e-07,5e-08,5e-10,1e-11
  19. # If set (=1), lambda is weighted by current ssq, default 1
  20. --ssqlambda=1
  21. # Estimate movements if set, default 1 (true)
  22. --estmov=1,1,1,1,1,0,0,0,0
  23. # Minimisation method 0=Levenberg-Marquardt, 1=Scaled Conjugate Gradient, default 0 (LM)
  24. --minmet=0,0,0,0,0,1,1,1,1
  25. # Model for regularisation of warp-field [membrane_energy bending_energy], default bending_energy
  26. --regmod=bending_energy
  27. # Order of spline, 2->Qadratic spline, 3->Cubic spline. Default=3
  28. --splineorder=3
  29. # Precision for representing Hessian, double or float. Default double
  30. --numprec=double
  31. # Image interpolation model, linear or spline. Default spline
  32. --interp=spline
  33. # If set (=1), the images are individually scaled to a common mean, default 0 (false)
  34. --scale=1
  35. # If set (=1), the calculations are done in a different grid, default 1 (true)
  36. --regrid=1