Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JD-Zhu committed Jan 31, 2024
1 parent 68d3099 commit 09809a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mne/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,12 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
If list, all of the markers will be averaged together.
"""

docdict["kit_badcoils"] = """
badcoils : list of int | None
Indices of (up to two) bad marker coils to be removed.
These marker coils must be present in the elp and mrk files.
"""

docdict["kit_slope"] = r"""
slope : ``'+'`` | ``'-'``
How to interpret values on KIT trigger channels when synthesizing a
Expand Down

0 comments on commit 09809a6

Please sign in to comment.