eeglabio.utils.cart_to_eeglab#

eeglabio.utils.cart_to_eeglab(cart)#

Convert Cartesian coordinates to EEGLAB full coordinates.

Parameters:
cartnumpy.ndarray, shape (n_points, 3)

Array containing points in Cartesian coordinates (x, y, z)

Returns:
full_coordsnumpy.ndarray, shape (n_channels, 10)

xyz + spherical and polar coords. See cart_to_eeglab_sph() for more detail.