mne.read_proj

mne.read_proj(fname, verbose=None)[source]

Read projections from a FIF file.

Parameters
fnamestr

The name of file containing the projections vectors. It should end with -proj.fif or -proj.fif.gz.

verbosebool, str, int, or None

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.

Returns
projslist

The list of projection vectors.

See also

write_proj