cosanlab / cosanlab/nltools

Working with probabilistic atlas

Open
#386 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
130
Forks
48
Avg merge
6h 42m
Merged PRs (30d)
34

Description

I tried to use Brain_Data to load a mask based on DiFuMo atlas (https://parietal-inria.github.io/DiFuMo/)
Using the standard method (loading mask with Brain_Data and using expand_mask) doesn't work.
When looking at the loaded atlas, I find that it is already loaded as expanded. But then, trying to use roi_to_brain doesn't work as well.

```
a = nilearn.datasets.fetch_atlas_difumo(dimension=256)
mask = Brain_Data(a.maps)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.