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 | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns
projslist

The list of projection vectors.

See also

write_proj

Examples using mne.read_proj