meg_wiki.projs.write_proj🔗

meg_wiki.projs.write_proj(fname, projs, position, *, overwrite=False, orthonormalize=False)🔗

Write projections to a FIF file.

The projectors only contain the required tags for the DACQ. MNE tags are removed.

Parameters:
fnamepath-like

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

projslist

The list of projection vectors.

positionint

Gantry position in degree: 0, 60 or 68.

overwritebool

If True, overwrite the destination file (if it exists).

orthonormalizebool

If True, the projectors are transformed to form an orthonormal basis using scipy.linalg.orth().

See also

mne.read_proj()