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