Skip to content
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

Atlas Lookup via MNI-coordinate #24

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

miykael
Copy link
Collaborator

@miykael miykael commented Jul 7, 2016

I've created a small atlas library (from FreeSurfer, FSL and SPM12's AAL atlas), which allows to look up the segmentation name and if possible the probability value for all of those atlases.

The atlas script is rather simple. You give it a coordinate, a probability threshold (to only show probability segments above set threshold), if it should write the output to the screen and the name of the atlases you want to look up. Possible names are:

  • aal
  • freesurfer_desikan-killiany
  • freesurfer_destrieux
  • HarvardOxford
  • Juelich

or all, which goes through all atlases.

This PR also includes an example notebook, which just shows how you can use the atlas_reader. No input needed, except the MNI-coordinate you want to look up.

@miykael
Copy link
Collaborator Author

miykael commented Jul 7, 2016

I've changed the notebook example. It works now with fancy cool sliders. Happy to have your feedback about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant