Skip to content

Commit 23c87c6

Browse files
committed
Put units into descr.
1 parent 4acff72 commit 23c87c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/maths.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ class MaxImage(MathsCommand):
143143
class IsotropicSmoothInput(MathsInput):
144144

145145
fwhm = traits.Float(mandatory=True, xor=["sigma"], position=4, argstr="-s %.5f",
146-
desc="fwhm of smoothing kernel")
146+
desc="fwhm of smoothing kernel [mm]")
147147
sigma = traits.Float(mandatory=True, xor=["fwhm"], position=4, argstr="-s %.5f",
148-
desc="sigma of smoothing kernel")
148+
desc="sigma of smoothing kernel [mm]")
149149

150150

151151
class IsotropicSmooth(MathsCommand):

0 commit comments

Comments
 (0)