-
Notifications
You must be signed in to change notification settings - Fork 532
ENH: Enable per-stage masking in ants.Registration #2070
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
361d297
to
d27922c
Compare
Codecov Report
@@ Coverage Diff @@
## master #2070 +/- ##
==========================================
- Coverage 72.16% 72.15% -0.01%
==========================================
Files 1138 1138
Lines 57229 57235 +6
Branches 8199 8200 +1
==========================================
Hits 41299 41299
- Misses 14640 14646 +6
Partials 1290 1290
Continue to review full report at Codecov.
|
d27922c
to
eec128e
Compare
eec128e
to
e97caa4
Compare
desc='mask used to limit metric sampling region of the fixed image') | ||
fixed_image_mask = InputMultiPath( | ||
traits.Either('NULL', File(exists=True)), | ||
desc='mask used to limit metric sampling region of the fixed image') |
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.
Please describe the use of special string 'NULL' in the desc.
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.
Merge at will after the desc improvements.
Thanks. I'll wait for the first round of tests to finish, but won't waste time with a full Circle build on the latest. |
antsRegistration permits per-stage masking, and accepts invalid filenames to indicate that no mask should be applied, providing
NULL
as the example string of choice.Changes proposed in this pull request
fixed_image_mask
andmoving_image_mask
to be a (single or list of)'NULL'
string(s) or existing file(s)This should change the command lines, but not semantics, of existing interface calls.