Compute sensitivity map.
Such maps are used to know how much sources are visible by a type of sensor, and how much projections shadow some sources.
ForwardThe forward operator.
listList of projection vectors.
The type of sensors to use.
strThe type of sensitivity map computed. See manual. Should be ‘free’, ‘fixed’, ‘ratio’, ‘radiality’, ‘angle’, ‘remaining’, or ‘dampening’ corresponding to the argument –map 1, 2, 3, 4, 5, 6 and 7 of the command mne_sensitivity_map.
list of str | strList of channels to exclude. If empty do not exclude any (default). If ‘bads’, exclude channels in fwd[‘info’][‘bads’].
str | int | NoneControl 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.
SourceEstimate | VolSourceEstimateThe sensitivity map as a SourceEstimate or VolSourceEstimate instance for visualization.
mne.sensitivity_map#