-
Notifications
You must be signed in to change notification settings - Fork 532
added SPM12's new Normalize routine and updated version info and manual links #986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
desc='file y_*.nii containing 3 deformation fields for the deformation in x, y and z dimension', | ||
copyfile=False) | ||
jobtype = traits.Enum('estwrite', 'est', 'write', | ||
desc='one of: est, write, estwrite (opt, estwrite)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need to put opt
or defaults anymore in description, the help generator automatically does this.
looks good overall - could you please run through PEP8 fixes and make sure the tests pass. since this is a new interface, when you run |
Conflicts: nipype/interfaces/spm/__init__.py nipype/interfaces/spm/preprocess.py
Thank you @satra for the feedback and sorry for the commit chaos, I had a bit of a mixup. But the running of Here's the content of this file:
|
Interesting. When I do make specs it does not generate this file. However I get a message that Overlap has a nonautotests. Presumably autotests are not generated if there are other tests for the class? right @satra?
|
* upstream/master: fix: ensure ipython engine is not left in an undefined directory - closes nipy#983 Updated ApplyTransform Specs fixed ants ApplyTransformInputSpec fix error Enable lowb greater than zero in b0_average
@miykael - could you please also update the CHANGES file with these lines:
i know that last one didn't happen with this PR, but just getting things up to speed. we will try to adopt this style for any future merges. |
@miykael - can you merge my pull request too? |
Enh/spmnormalize
sorry, didn't see your merge. should be all done now. |
@chrisfilo - just to answer the question on |
added SPM12's new Normalize routine and updated version info and manual links
No description provided.