You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output_average_image=File(argstr='%s', mandatory=True, position=1, desc='Outputfname.nii.gz: the name of the resulting image.')
14
-
normalize=traits.Enum(0, 1, argstr="%s", mandatory=True, position=2, desc='Normalize: 0 (false) or 1 (true); if true, the 2nd image'+
21
+
normalize=traits.Bool(argstr="%d", mandatory=True, position=2, desc='Normalize: if true, the 2nd image'+
15
22
'is divided by its mean. This will select the largest image to average into.')
16
23
images=InputMultiPath(File(exists=True), argstr='%s', mandatory=True, position=3, desc=('image to apply transformation to (generally a coregistered functional)') )
17
24
@@ -22,7 +29,13 @@ class AverageImages(ANTSCommand):
0 commit comments