Skip to content

Commit 373b070

Browse files
committed
DOC: Add crossrefs to info docstring
1 parent 9b14298 commit 373b070

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

mne/_fiff/meas_info.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,18 @@ class Info(ValidatedDict, SetChannelsMixin, MontageMixin, ContainsMixin):
12861286
modified by various MNE-Python functions or methods (which have
12871287
safeguards to ensure all fields remain in sync).
12881288
1289+
Some common methods that safely modify the ``info`` object include:
1290+
* :meth:`mne.io.Raw.add_proj`, :meth:`mne.Epochs.add_proj`,
1291+
:meth:`mne.Evoked.add_proj`
1292+
* :meth:`mne.io.Raw.del_proj`, :meth:`mne.Epochs.del_proj`,
1293+
:meth:`mne.Evoked.del_proj`
1294+
* :meth:`mne.io.Raw.set_channel_types`,
1295+
:meth:`mne.Epochs.set_channel_types`,
1296+
:meth:`mne.Evoked.set_channel_types`
1297+
* :meth:`mne.io.Raw.set_meas_date`,
1298+
:meth:`mne.Epochs.set_meas_date`,
1299+
:meth:`mne.Evoked.set_meas_date`
1300+
12891301
Parameters
12901302
----------
12911303
*args : list

0 commit comments

Comments
 (0)