mne.dipole.get_phantom_dipoles(kind=’vectorview’)[source]¶Get standard phantom dipole locations and orientations.
| Parameters: | kind : str 
  | 
|---|---|
| Returns: | pos : ndarray, shape (n_dipoles, 3) 
 ori : ndarray, shape (n_dipoles, 3) 
  | 
Notes
The Elekta phantoms have a radius of 79.5mm, and HPI coil locations in the XY-plane at the axis extrema (e.g., (79.5, 0), (0, -79.5), …).
mne.dipole.get_phantom_dipoles¶