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 d1c99ff commit f23f715Copy full SHA for f23f715
nipype/interfaces/fsl/possum.py
@@ -79,6 +79,7 @@ class B0Calc(FSLCommand):
79
>>> b0calc = B0Calc()
80
>>> b0calc.inputs.in_file = 'tissue+air_map.nii'
81
>>> b0calc.inputs.z_b0 = 3.0
82
+ >>> b0calc.inputs.output_type = "NIFTI_GZ"
83
>>> b0calc.cmdline # doctest: +IGNORE_UNICODE
84
'b0calc -i tissue+air_map.nii -o tissue+air_map_b0field.nii.gz --b0=3.00'
85
0 commit comments