Closed rmarkello closed 5 years ago
Merging #70 into master will decrease coverage by
3.54%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
- Coverage 91.66% 88.12% -3.55%
==========================================
Files 6 6
Lines 348 362 +14
==========================================
Hits 319 319
- Misses 29 43 +14
Impacted Files | Coverage Δ | |
---|---|---|
atlasreader/cli.py | 0% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a7d434b...91a58a3. Read the comment docs.
@rmarkello - That's really cool! Like this, a user doesn't need to have a stat_map
but can directly investigate coordinates. That will help me a lot because usually, I have to open fslview
load some atlases etc.
This will directly expand the use case for atlasreader
.
This is a great enhancement! I find myself doing this all the time as well.
As these are only codecov failures, should we merge nonetheless?
Ah, and we should probably add this functionality also to the demo notebook.
This looks all good. I will merge this.
Closes #37.
Adds ability to query atlases with a single xyz coordinate (in MNI space) and get a slightly-formatted output of the labels associated with that coordinate for all available (or requested) atlases.
Example usage:
Still need to add tests, but wanted to open a PR to see if you have feedback on the idea / implementation / organization.