We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7a6d7 commit eef3b9dCopy full SHA for eef3b9d
nipype/interfaces/spm/preprocess.py
@@ -264,8 +264,9 @@ class CoregisterInputSpec(SPMCommandInputSpec):
264
'nmi' - Normalised Mutual Information,
265
'ecc' - Entropy Correlation Coefficient,
266
'ncc' - Normalised Cross Correlation""")
267
- fwhm = traits.Float(field='eoptions.fwhm',
268
- desc='gaussian smoothing kernel width (mm)')
+ fwhm = traits.List(traits.Float(), minlen=2, maxlen=2,
+ field='eoptions.fwhm',
269
+ desc='gaussian smoothing kernel width (mm)')
270
separation = traits.List(traits.Float(), field='eoptions.sep',
271
desc='sampling separation in mm')
272
tolerance = traits.List(traits.Float(), field='eoptions.tol',
0 commit comments