We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33e9b4 commit a1c43adCopy full SHA for a1c43ad
nipype/interfaces/mrtrix3/preprocess.py
@@ -355,7 +355,7 @@ class DWIPreproc(MRTrix3Base):
355
>>> preproc.inputs.ro_time = 0.165240 # 'TotalReadoutTime' in BIDS JSON metadata files
356
>>> preproc.inputs.pe_dir = 'j' # 'PhaseEncodingDirection' in BIDS JSON metadata files
357
>>> preproc.cmdline
358
- 'dwifslpreproc dwi.mif preproc.mif -rpe_none -pe_dir j -readout_time 0.165240 -eddy_options "--slm=linear --repol" -export_grad_mrtrix grad.b'
+ 'dwifslpreproc dwi.mif preproc.mif -rpe_none -eddy_options "--slm=linear --repol" -export_grad_mrtrix grad.b -pe_dir j -readout_time 0.165240'
359
>>> preproc.run() # doctest: +SKIP
360
"""
361
0 commit comments