|
131 | 131 | # :meth:`~mne.io.Raw.set_eeg_reference` with ``ref_channels='average'``. Just |
132 | 132 | # as above, this will not affect any channels marked as "bad", nor will it |
133 | 133 | # include bad channels when computing the average. However, it does modify the |
134 | | -# :class:`~mne.io.Raw` object in-place, so we'll make a copy first so we can |
| 134 | +# :class:`~mne.io.Raw` object in-place, so we'll make a copy first, so we can |
135 | 135 | # still go back to the unmodified :class:`~mne.io.Raw` object later: |
136 | 136 |
|
137 | 137 | # sphinx_gallery_thumbnail_number = 4 |
|
241 | 241 | # the source modeling is performed. In contrast, applying an average reference |
242 | 242 | # by the traditional subtraction method offers no such guarantee. |
243 | 243 | # |
244 | | -# For these reasons, when performing inverse imaging, *MNE-Python will raise |
245 | | -# a ``ValueError`` if there are EEG channels present and something other than |
246 | | -# an average reference strategy has been specified*. |
| 244 | +# .. important:: For these reasons, when performing inverse imaging, MNE-Python |
| 245 | +# will raise a ``ValueError`` if there are EEG channels present |
| 246 | +# and something other than an average reference projector strategy |
| 247 | +# has been specified. To ensure correct functioning consider |
| 248 | +# calling :meth:`set_eeg_reference(projection=True) |
| 249 | +# <mne.io.Raw.set_eeg_reference>` to add an average |
| 250 | +# reference as a projector. |
247 | 251 | # |
248 | 252 | # .. LINKS |
249 | 253 | # |
|
0 commit comments