Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 16, 2022
1 parent 7ee4373 commit ba580fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions eelbrain/_wxgui/select_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,10 +1497,11 @@ def select_components(
path
Path to the ICA file.
data
Raw data, or :class:`Dataset` with epochs to use for displying
component time course during source selection. If provided as Dataset,
``data['epochs']`` should contain an mne-python ``Epochs`` object).
Optionally, ``data['index']`` can provide indexes to display for epochs
Data to use for displying component time course during source selection.
Can be specified as :class:`mne.io.Raw` object with continuous data, or
as :class:`Dataset` with epoched data (``data['epochs']`` should contain
an :class:`mne.Epochs` object).
Optionally, ``data['index']`` can provide labels to display for epochs
(the default is ``range(n_epochs)``).
Further :class:`Factor` can be used to plot condition averages.
sysname
Expand Down

0 comments on commit ba580fa

Please sign in to comment.