mne.chpi.head_pos_to_trans_rot_t#
- mne.chpi.head_pos_to_trans_rot_t(quats)[source]#
Convert Maxfilter-formatted head position quaternions.
- Parameters:
- quats
ndarray
, shape (n_pos, 10) MaxFilter-formatted position and quaternion parameters. See
mne.chpi.read_head_pos()
for details on the columns.
- quats
- Returns:
See also