Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Nov 18, 2024
1 parent 068df31 commit b80d025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ label the components using the specified method/model.
Models
------

.. card-carousel:: 2
.. card-carousel:: 4

.. card:: ICLabel
:link: iclabel.html
Expand Down
7 changes: 6 additions & 1 deletion mne_icalabel/iclabel/network/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def run_iclabel(
"""Run the ICLabel network on the provided set of features.
The features are un-formatted and are as-returned by
`~mne_icalabel.iclabel.get_iclabel_features`.
`~mne_icalabel.iclabel.get_iclabel_features`. For more information,
see :footcite:t:`PionTonachini2019`.
Parameters
----------
Expand All @@ -41,6 +42,10 @@ def run_iclabel(
The predicted numerical probability values for all labels in ICLabel output.
Columns are ordered with ``'Brain'``, ``'Muscle'``, ``'Eye'``,
``'Heart'``, ``'Line Noise'``, ``'Channel Noise'``, and ``'Other'``.
References
----------
.. footbibliography::
"""
_check_option("backend", backend, (None, "torch", "onnx"))
if backend is None:
Expand Down

0 comments on commit b80d025

Please sign in to comment.