mne.write_proj

mne.write_proj(fname, projs)[source]

Write projections to a FIF file.

Parameters
fnamestr

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

projslist

The list of projection vectors.

See also

read_proj

Examples using mne.write_proj