PrevPrevious commit
Next Next commit
fixed: renaming
  • Loading branch information
Lionel Butry committedOct 23, 2023
commit bb3d352233b2c13815961361050d7146e31d7ee1
Original file line numberDiff line numberDiff line change
Expand Up@@ -1248,7 +1248,7 @@ def _list_outputs(self):
return outputs

class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
fod_wm = File(
wm_fod = File(
argstr="%s",
exists=True,
mandatory=False,
Expand All@@ -1261,7 +1261,7 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
position=2,
desc="output file of white matter tissue compartment"
)
fod_gm = File(
gm_fod = File(
argstr="%s",
exists=True,
mandatory=False,
Expand All@@ -1274,7 +1274,7 @@ class MTNormaliseInputSpec(MRTrix3BaseInputSpec):
position=4,
desc="output file of grey matter tissue compartment"
)
fod_csf = File(
csf_fod = File(
argstr="%s",
exists=True,
mandatory=False,
Expand Down