-
Notifications
You must be signed in to change notification settings - Fork 532
[DOC] update FSL preprocess #1881
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
# Conflicts: # nipype/algorithms/tests/test_auto_NonSteadyStateDetector.py
yes - much cleaner. thank you. |
nipype/interfaces/fsl/preprocess.py
Outdated
super(ApplyXfm, self).__init__(**inputs) | ||
warn(('This interface has been renamed since 0.12.1, please use ' | ||
'nipype.interfaces.fsl.ApplyXFM'), | ||
UserWarning) |
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.
This was removed in #1866. Looks like an accidental re-add.
nipype/interfaces/fsl/preprocess.py
Outdated
@@ -908,6 +923,9 @@ class FNIRTOutputSpec(TraitedSpec): | |||
class FNIRT(FSLCommand): | |||
"""Use FSL FNIRT for non-linear registration. | |||
|
|||
For complete details, see the `MCFLIRT Documentation. |
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.
MCFLIRT
=> FNIRT
nipype/interfaces/fsl/preprocess.py
Outdated
@@ -1208,6 +1226,9 @@ class SUSANOutputSpec(TraitedSpec): | |||
class SUSAN(FSLCommand): | |||
""" use FSL SUSAN to perform smoothing | |||
|
|||
For complete details, see the `MCFLIRT Documentation. |
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.
Likewise, MCFLIRT
=> SUSAN
.
Codecov Report
@@ Coverage Diff @@
## master #1881 +/- ##
=======================================
Coverage 73.11% 73.11%
=======================================
Files 1061 1061
Lines 53375 53375
=======================================
Hits 39025 39025
Misses 14350 14350
Continue to review full report at Codecov.
|
@satra Does this work?