mne.chpi.head_pos_to_trans_rot_t(quats)[source]¶Convert Maxfilter-formatted head position quaternions.
| Parameters: | quats : ndarray, shape (N, 10)
|
|---|---|
| Returns: | translation : ndarray, shape (N, 3)
rotation : ndarray, shape (N, 3, 3)
t : ndarray, shape (N,)
|
See also