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.
- pos
ndarray
, shape (n_dip, 3) The dipole positions.
- ori
ndarray
, 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 andmne.verbose()
for details. Should only be passed as a keyword argument.
- infoinstance of
- Returns:
- projs
list
ofProjection
The projectors.
- projs