mne.
sensitivity_map
(fwd, projs=None, ch_type=’grad’, mode=’fixed’, exclude=[], verbose=None)[source]¶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.
Parameters: | fwd : Forward
projs : list
ch_type : ‘grad’ | ‘mag’ | ‘eeg’
mode : str
exclude : list of string | str
verbose : bool, str, int, or None
|
---|---|
Returns: | stc : SourceEstimate | VolSourceEstimate
|