Skip to content

Commit bb3d352

Browse files
author
Lionel Butry
committed
fixed: renaming
1 parent 25e8ec6 commit bb3d352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ def _list_outputs(self):
12481248
return outputs
12491249

12501250
class 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,

0 commit comments

Comments
 (0)