nilearn.input_data
: Loading and Processing Files Easily#
The nilearn.input_data
module used to include masker objects.
It is deprecated since release 0.9.0 in favor of the
maskers
module.
Please consider updating your code:
becomes:
Note that all imports that used to work will continue to do so with a simple warning at least until release 0.13.0.
User guide: See the NiftiMasker: applying a mask to load time-series section for further details.
Classes:
|
Applying a mask to extract time-series from Niimg-like objects. |
|
Class for masking of Niimg-like objects. |
|
Class for masking of Niimg-like objects. |
|
Class for masking of Niimg-like objects. |
|
Class for masking of Niimg-like objects using seeds. |