Skip to content

Commit f23f715

Browse files
committed
adding inputs.output_type to b0calc
1 parent d1c99ff commit f23f715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/possum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class B0Calc(FSLCommand):
7979
>>> b0calc = B0Calc()
8080
>>> b0calc.inputs.in_file = 'tissue+air_map.nii'
8181
>>> b0calc.inputs.z_b0 = 3.0
82+
>>> b0calc.inputs.output_type = "NIFTI_GZ"
8283
>>> b0calc.cmdline # doctest: +IGNORE_UNICODE
8384
'b0calc -i tissue+air_map.nii -o tissue+air_map_b0field.nii.gz --b0=3.00'
8485

0 commit comments

Comments
 (0)