Plot distribution to a head surface, derived from some sensor locations.
The sensor locations are first projected onto the best fitting sphere and finally projected onto a circle (by simply ignoring the z-axis).
Parameters : | topography : array
sensorlocations : (nsensors x 3) array
plotsensors : bool
plothead : bool
plothead_kwargs : dict
resolution : int
masked : bool
**kwargs :
|
---|---|
Returns : | (map, head, sensors) :
|