mne.chpi.write_head_pos#
- mne.chpi.write_head_pos(fname, pos)[source]#
Write MaxFilter-formatted head position parameters.
- Parameters:
- fnamepath-like
The filename to write.
- pos
array
, shape (n_pos, 10) The position and quaternion parameters from cHPI fitting. See
mne.chpi.compute_head_pos()
for details on the columns.
See also
Notes
New in v0.12.