File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nipype/interfaces/mrtrix3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ def _list_outputs(self):
1248
1248
return outputs
1249
1249
1250
1250
class MTNormaliseInputSpec (MRTrix3BaseInputSpec ):
1251
- fod_wm = File (
1251
+ wm_fod = File (
1252
1252
argstr = "%s" ,
1253
1253
exists = True ,
1254
1254
mandatory = False ,
@@ -1261,7 +1261,7 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
1261
1261
position = 2 ,
1262
1262
desc = "output file of white matter tissue compartment"
1263
1263
)
1264
- fod_gm = File (
1264
+ gm_fod = File (
1265
1265
argstr = "%s" ,
1266
1266
exists = True ,
1267
1267
mandatory = False ,
@@ -1274,7 +1274,7 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
1274
1274
position = 4 ,
1275
1275
desc = "output file of grey matter tissue compartment"
1276
1276
)
1277
- fod_csf = File (
1277
+ csf_fod = File (
1278
1278
argstr = "%s" ,
1279
1279
exists = True ,
1280
1280
mandatory = False ,
You can’t perform that action at this time.
0 commit comments