nilearn.maskers
: Extracting Signals from Brain Images¶
The nilearn.maskers
contains masker objects.
User guide: See the NiftiMasker: applying a mask to load time-series section for further details.
Classes¶
Base class for NiftiMaskers. | |
| Applying a mask to extract time-series from Niimg-like objects. |
| Applying a mask to extract time-series from multiple Niimg-like objects. |
| Class for extracting data from Niimg-like objects using labels of non-overlapping brain regions. |
| Class for extracting data from multiple Niimg-like objects using labels of non-overlapping brain regions. |
| Class for extracting data from Niimg-like objects using maps of potentially overlapping brain regions. |
| Class for extracting data from multiple Niimg-like objects using maps of potentially overlapping brain regions. |
| Class for masking of Niimg-like objects using seeds. |
| Extract data from a SurfaceImage, averaging over atlas regions. |
| Extract data from a |
| Extract data from a SurfaceImage, using maps of potentially overlapping brain regions. |