Skip to content

Commit bfe3551

Browse files
committed
Added options to FSL UnaryMaths
1 parent 504858e commit bfe3551

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nipype/interfaces/fsl/maths.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,12 @@ class SpatialFilter(MathsCommand):
242242

243243
class UnaryMathsInput(MathsInput):
244244

245-
operation = traits.Enum("exp", "log", "sin", "cos", "sqr", "sqrt", "recip", "abs", "bin", "index",
245+
operation = traits.Enum("exp", "log", "sin", "cos", "tan", "asin", "acos", "atan", "sqr", "sqrt",
246+
"recip", "abs", "bin", "binv", "fillh", "fillh26", "index", "edge", "nan",
247+
"nanm", "rand", "randn", "range",
246248
argstr="-%s", position=4, mandatory=True,
247249
desc="operation to perform")
248250

249-
250251
class UnaryMaths(MathsCommand):
251252
"""Use fslmaths to perorm a variety of mathematical operations on an image.
252253

0 commit comments

Comments
 (0)