File tree 1 file changed +3
-3
lines changed
nipype/interfaces/mrtrix3
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1230,7 +1230,7 @@ class MaskFilter(CommandLine):
1230
1230
>>> mf.inputs.in_file = 'mask.mif'
1231
1231
>>> mf.inputs.filter = 'dilate'
1232
1232
>>> mf.inputs.npass = 2
1233
- >>> mf.out_file = 'mask_filtered.mif'
1233
+ >>> mf.inputs. out_file = 'mask_filtered.mif'
1234
1234
>>> mf.cmdline
1235
1235
'maskfilter -npass 2 mask.mif dilate mask_filtered.mif'
1236
1236
>>> mf.run()
@@ -1289,7 +1289,7 @@ class MTNormalise(CommandLine):
1289
1289
-------
1290
1290
1291
1291
>>> import nipype.interfaces.mrtrix3 as mrt
1292
- >>> mtn = mrt.MTnormalise ()
1292
+ >>> mtn = mrt.MTNormalise ()
1293
1293
>>> mtn.inputs.fod_wm = 'wmfod.mif'
1294
1294
>>> mtn.inputs.fod_gm = 'gmfod.mif'
1295
1295
>>> mtn.inputs.fod_csf = 'csffod.mif'
@@ -1350,7 +1350,7 @@ class Generate5tt2gmwmi(CommandLine):
1350
1350
-------
1351
1351
1352
1352
>>> import nipype.interfaces.mrtrix3 as mrt
1353
- >>> gmwmi = mrt.Generate5TT2GMWMI ()
1353
+ >>> gmwmi = mrt.Generate5tt2gmwmi ()
1354
1354
>>> gmwmi.inputs.in_file = '5tt_in.mif'
1355
1355
>>> gmwmi.inputs.mask_out = 'mask_gmwmi.mif'
1356
1356
>>> gmwmi.cmdline
You can’t perform that action at this time.
0 commit comments