:class:`~mne.Info` attached to the inverse operator.
(self)
| 148 | |
| 149 | @property |
| 150 | def info(self): |
| 151 | """:class:`~mne.Info` attached to the inverse operator.""" |
| 152 | return self["info"] |
| 153 | |
| 154 | |
| 155 | def _pick_channels_inverse_operator(ch_names, inv): |
no outgoing calls