-
Notifications
You must be signed in to change notification settings - Fork 533
[ENH] CompCor enhancement #2878
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
Merged
Merged
Changes from 41 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
329c74d
add variance-driven component selection, return component metadata
rciric 17f3e12
expose metadata to interface, fix component selection for multiple masks
rciric 114e6d4
propagate failure mode if provided
rciric 6f4fc19
allow mask naming in metadata
rciric 4d2208e
add contributor
rciric bfbde82
include component index in metadata
rciric 0373879
update autotests and make naming consistent
rciric 2c551d0
(CompCor) more intuitive interface following review from @effigies
rciric a53cd46
manually set `num_components` in test
rciric b811d47
manually set `num_components` in test
rciric 2743189
Merge branch 'master' of https://github.com/rciric/nipype
rciric 577e395
add unit test for variance_threshold condition
rciric 66c7540
provide mask name to circumvent test failure
rciric 0bb0096
(CompCor) try using an OrderedDict for metadata
rciric 94bea4a
first-pass refactor CompCor to SimpleInterface
rciric addb0e9
return metadata for all components regardless of retention criterion
rciric b04c9ca
@oesteban: limit np array use, clean up conditionals, remove invalid obj
rciric e957e87
less np array use; unique names for dropped components
rciric 797801e
ensure absolute path to components file
rciric 67a3276
(CompCor) try BaseInterface
rciric fe430f5
ensure absolute path to components file
rciric 1625bdb
update per @oesteban 's review
rciric 9afb3f5
assign output to _results
rciric 689d064
assign output to _results
rciric f390bc6
some fixes
oesteban ad3d440
testing pickling of variance_threshold
oesteban fd41b74
``traits.Range`` cannot be pickled with traits>=5 and python 2.7
oesteban 01a78ec
Merge pull request #1 from oesteban/rciric-patch-1
rciric a742c9c
pacify codacy
rciric 518a489
revert unnecessary squeeze, correct docs
rciric deceb95
revise in accordance with @effigies review
rciric fa64907
revise in accordance with @effigies review
rciric e6dfe7d
ensure s is defined, support NaN failure mode with empty mask
rciric 27ed03f
filter handles empty masks, use `squeeze_image`
rciric 422c04c
Merge branch 'master' of https://github.com/nipy/nipype
rciric 144fca3
Merge branch 'master' of https://github.com/nipy/nipype
rciric 82a25c2
default to old behaviour for temporal filters
rciric 4c1af8a
Merge branch 'master' into master
effigies 79e840d
integrate @effigies review comments
rciric 1b1b6fa
propagate retention status to metadata; use list instead of generator…
rciric 89ba3b4
Merge branch 'master' of https://github.com/rciric/nipype
rciric b80a3d7
update unit test to include new metadata field
rciric File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.