bthirion
bthirion
### Is there an existing issue for this? - [X] I have searched the existing issues ### Operating system - [X] Linux - [ ] Mac - [ ] Windows...
Nistats may provide realtively easily gifti and cifti support. As a first setp, we can provide an example showing how to process cifti-sampled fMRI data. In the longer term, if...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Operating system - [x] Linux - [ ] Mac - [ ] Windows...
Closes #4020
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe your proposed enhancement in detail. Currently, some atlases have the same labels/indices...
... while it should Code to reproduce: ``` from nilearn.regions import Parcellations from nilearn.plotting import view_img from nilearn.datasets import fetch_neurovault_ids from nilearn.masking import compute_background_mask func_img = fetch_neurovault_ids(image_ids=['360527']).images[0] mask_img = compute_background_mask(func_img)...