Normalise's source and template are not mutually exclusive from parameter_file

18 views
Skip to first unread message

thomas.nickson

unread,
Mar 10, 2014, 9:52:19 AM3/10/14
to nipy...@googlegroups.com
Hi there,

I'm using normalise to register my output to mni space but when I try and do this using source and template I get the error:

ValueError: Normalize requires a value for one of the inputs 'parameter_file'. For a list of required inputs, see Normalize.help()

I'm pretty much following the set up here:

http://nipy.sourceforge.net/nipype/users/examples/fmri_spm.html

Is this a bug?

Thanks,

Tom

Satrajit Ghosh

unread,
Mar 15, 2014, 9:27:46 PM3/15/14
to nipy-user
hi tom,

doesn't look like a bug on master. the following snippet ran fine for me.

```

import nipype.interfaces.spm as spm

nm = spm.Normalize()

nm.inputs.source = 'mean.nii'

nm.inputs.template = 'T1.nii'

res = nm.run()

res.outputs

```

cheers,

satra

--

---
You received this message because you are subscribed to the Google Groups "NiPy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nipy-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages