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.
- verbosebool,
str
,int
, orNone
If not None, override default verbose level (see
mne.verbose()
and Logging documentation for more). If used, it should be passed as a keyword-argument only.
- fname
- Returns
- projs
list
The list of projection vectors.
- projs
See also