mne.chpi.read_head_pos¶
- mne.chpi.read_head_pos(fname)[source]¶
Read MaxFilter-formatted head position parameters.
- Parameters
- fname
str
The filename to read. This can be produced by e.g.,
maxfilter -headpos <name>.pos
.
- fname
- Returns
- pos
array
, shape (N, 10) The position and quaternion parameters from cHPI fitting.
- pos
See also
Notes
New in version 0.12.