mnefun.make_dipole_projectors

mnefun.make_dipole_projectors(info, pos, ori, bem, trans, verbose=None)

Make dipole projectors.

Parameters:
infoinstance of Info

The measurement info.

posndarray, shape (n_dip, 3)

The dipole positions.

orindarray, shape (n_dip, 3)

The dipole orientations.

beminstance of ConductorModel

The conductor model to use.

transinstance of Transform

The mri-to-head transformation.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
projslist of Projection

The projectors.