You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that in the resulting figure only the channel indicated in chs is plotted. However, all the channels of the raw are plotted. Is that the indention?
PS Once again thanks for the library! Amazing for quickly analyzing a dataset
The text was updated successfully, but these errors were encountered:
ch_names only indicates the channel names, not the channels that should be included in the analysis. Furthermore, ch_names is actually discarded if the input data is a mne.Raw instance, since the channel names can be extracted automatically from the Raw object:
ch_names only indicates the channel names, not the channels that should be included in the analysis. Furthermore, ch_names is actually discarded if the input data is a mne.Raw instance, since the channel names can be extracted automatically from the Raw object:
I'm running the following code
I would expect that in the resulting figure only the channel indicated in
chs
is plotted. However, all the channels of the raw are plotted. Is that the indention?PS Once again thanks for the library! Amazing for quickly analyzing a dataset
The text was updated successfully, but these errors were encountered: