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):
12481248 return outputs
12491249
12501250class MTNormaliseInputSpec (MRTrix3BaseInputSpec ):
1251- fod_wm = File (
1251+ wm_fod = File (
12521252 argstr = "%s" ,
12531253 exists = True ,
12541254 mandatory = False ,
@@ -1261,7 +1261,7 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
12611261 position = 2 ,
12621262 desc = "output file of white matter tissue compartment"
12631263 )
1264- fod_gm = File (
1264+ gm_fod = File (
12651265 argstr = "%s" ,
12661266 exists = True ,
12671267 mandatory = False ,
@@ -1274,7 +1274,7 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
12741274 position = 4 ,
12751275 desc = "output file of grey matter tissue compartment"
12761276 )
1277- fod_csf = File (
1277+ csf_fod = File (
12781278 argstr = "%s" ,
12791279 exists = True ,
12801280 mandatory = False ,
You can’t perform that action at this time.
0 commit comments