-
Notifications
You must be signed in to change notification settings - Fork 0
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
Let users easily fetch atlases #122
Comments
An atlas can be defined usually by two things:
PUMI will provide an extra, optional feature: atlas modularization
To implement all there, many designs are possible but a possible design could be that we have two small pumi moduels ( with @GroupPipeline decorator) fetch_atlas:
modularize_atlas
Example usages:
NOTE:Now we use the pick_atlas pipeline. This will be substituted by the new functions., but it can be used as an example. Step-by-step todo list:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This could be done via nilearn (https://nilearn.github.io/stable/modules/datasets.html?highlight=datasets#module-nilearn.datasets).
The text was updated successfully, but these errors were encountered: