mne.read_proj#
- mne.read_proj(fname, verbose=None)[source]#
Read projections from a FIF file.
- Parameters:
- fname
str
The name of file containing the projections vectors. It should end with -proj.fif or -proj.fif.gz.
- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- fname
- Returns:
- projs
list
The list of projection vectors.
- projs
See also
Examples using mne.read_proj
#
Working with CTF data: the Brainstorm auditory dataset
Working with CTF data: the Brainstorm auditory dataset
Background on projectors and projections
Background on projectors and projections
Visualizing epoched data
Generate simulated evoked data
Generate simulated evoked data
Sensitivity map of SSP projections
Sensitivity map of SSP projections
Temporal whitening with AR model
Temporal whitening with AR model