Skip to content
Prev Previous commit
Next Next commit
Update nipype/interfaces/mrtrix3/preprocess.py
Co-authored-by: Xihe Xie <axiezai@gmail.com>
  • Loading branch information
effigies and axiezai authored Dec 6, 2020
commit 4ac4e622f66753f559687fee9695d4e407fb5ebb
2 changes: 1 addition & 1 deletion nipype/interfaces/mrtrix3/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class DWIPreprocInputSpec(MRTrix3BaseInputSpec):
argstr="-rpe_%s",
position=-8,
mandatory=True,
desc="Specify acquisition phase-encoding design, one of the -rpe_* options must be provided",
desc="Specify acquisition phase-encoding design. "none" for no reversed phase-encoding image, "all" for all DWIs have opposing phase-encoding acquisition, "pair" for using a pair of b0 volumes for inhomogeneity field estimation only, and "header" for phase-encoding information can be found in the image header(s)",
)
pe_dir = traits.Str(
argstr="-pe_dir %s",
Expand Down