-
Notifications
You must be signed in to change notification settings - Fork 532
ENH: Flesh out ConcatenateLTA #2215
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
Codecov Report
@@ Coverage Diff @@
## master #2215 +/- ##
=========================================
+ Coverage 72.3% 72.3% +<.01%
=========================================
Files 1178 1178
Lines 58736 58747 +11
Branches 8456 8457 +1
=========================================
+ Hits 42468 42477 +9
- Misses 14896 14898 +2
Partials 1372 1372
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2215 +/- ##
=========================================
+ Coverage 72.3% 72.3% +<.01%
=========================================
Files 1178 1178
Lines 58736 58747 +11
Branches 8456 8457 +1
=========================================
+ Hits 42468 42477 +9
- Misses 14896 14898 +2
Partials 1372 1372
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2215 +/- ##
==========================================
+ Coverage 72.31% 72.32% +<.01%
==========================================
Files 1179 1179
Lines 58821 58832 +11
Branches 8465 8466 +1
==========================================
+ Hits 42535 42548 +13
+ Misses 14910 14908 -2
Partials 1376 1376
Continue to review full report at Codecov.
|
A quick review of this one would be greatly appreciated. |
if name == 'out_type': | ||
value = {'VOX2VOX': 0, 'RAS2RAS': 1}[value] | ||
return super(ConcatenateLTA, self)._format_arg(name, spec, value) | ||
|
||
def _list_outputs(self): |
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.
perhaps this can be removed?
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.
I'm guessing something else would be needed to change? Removing _list_outputs
gets me with an <undefined>
outputs.out_file
.
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.
name_source
in outputspec
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.
I'm not able to figure out how to use name_source
. Has no effect I can see in output spec, and trying to follow the examples in the docs results in failing to generate a string for inputs.out_file
and the interface fails.
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.
nevermind - the logic i had in mind is only implemented if name_source
is in the input trait. i think the next refactor needs to take care of filename generation
@effigies - just merged oscar's terminal output PR, so make specs would need to be redone. |
1bd5a02
to
1bcf9d1
Compare
@satra Any other comments? Good to merge? |
Changes proposed in this pull request
mri_concatenate_lta
(skipping-rmsdiff
because it's a weird one and I don't need it)in_lta2
)