Write projections to a FIF file.
strThe name of file containing the projections vectors. It should end with -proj.fif or -proj.fif.gz.
listThe list of projection vectors.
If True (default False), overwrite the destination file if it exists.
New in version 1.0.
str | int | NoneControl 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.
New in version 1.0.
See also
mne.write_proj#