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
.- projs
list
The list of projection vectors.
- position
int
Gantry position in degree:
0
,60
or68
.- overwrite
bool
If True, overwrite the destination file (if it exists).
- orthonormalize
bool
If True, the projectors are transformed to form an orthonormal basis using
scipy.linalg.orth()
.
See also