-
Notifications
You must be signed in to change notification settings - Fork 7
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
Visualization of the ROIs in a probabilistic atlas #47
Comments
Good idea. Should be easy to add. Are "dseg" and "probseg" used for all atlases on TemplateFlow? That would be an easy way to control the behaviour. |
Yes, dseg indicates piecewise smooth (discrete) segmentations and probseg indicates probabilistic segmentation. Both are used accordingly. In nilearn they have this: https://nilearn.github.io/stable/auto_examples/01_plotting/plot_prob_atlas.html#sphx-glr-auto-examples-01-plotting-plot-prob-atlas-py but none of the examples seem to make a good job at plotting probabilities. cc/ @poldrack might be interested in learning about this particular issue and netplotbrain in general. (EDITED because I was responding in two tabs at the same time and both messages needed a merge). |
indeed! we are moving towards using difumo for many projects so having a way to visualize this would be really helpful |
Alright. Will try and add asap then! |
Probabilistic atlases (e.g., difumo) are not piecewise smooth.
It would be interesting to weigh the colors of the ROIs and modify the alpha channel to make them transparent as you move away from the ROI and enter a different one.
The text was updated successfully, but these errors were encountered: