mne.dipole.get_phantom_dipoles#

mne.dipole.get_phantom_dipoles(kind='vectorview')[source]#

Get standard phantom dipole locations and orientations.

Parameters:
kindstr

Get the information for the given system:

vectorview (default)

The Neuromag VectorView phantom.

otaniemi

The older Neuromag phantom used at Otaniemi.

oyama

The phantom from [1].

Changed in version 1.6: Support added for 'oyama'.

Returns:
posndarray, shape (n_dipoles, 3)

The dipole positions.

orindarray, shape (n_dipoles, 3)

The dipole orientations.

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), …).

References

Examples using mne.dipole.get_phantom_dipoles#

Brainstorm Elekta phantom dataset tutorial

Brainstorm Elekta phantom dataset tutorial

KIT phantom dataset tutorial

KIT phantom dataset tutorial

Plot sensor denoising using oversampled temporal projection

Plot sensor denoising using oversampled temporal projection

Kernel OPM phantom data

Kernel OPM phantom data