Inheritance diagram for nipy.modalities.fmri.fmristat.utils:
Utilities for fmristat
Bases: object
This class constructs a callable object that is sometimes used to normalize fMRI data before applying a GLM.
The normalization consists of dividing each point in the time series by the corresponding frame average of the fMRI image.
Parameters: | fmri_image : A sequence of fMRI Images (can be a 4D Image) mask : A mask over which to average each fMRI volume. |
---|