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
There was a bug in the documentation. Points (5) and (6) (referring to the help of the function, not the enumeration in the issue) described the same thing.
Hi,
in https://github.com/bbci/bbci_public/blob/45cd9349dc60cb317e260b10d46de20bf9075afa/processing/utils/reject_varEventsAndChannels.m
the documentation doesn't seem to completely match what is happening I think(?)
From reading the code I thought the cleaning process is:
In the documentation there is a point 6 before the main part which does not seem to exist?(https://bitbucket.org/robintibor/machine-learning-for-motor-imagery/src/d05718f585943691a8475bc315fe40cf85206d37/matlab/gold-standard/epo_reject_varEventsAndChannels.m?at=master#cl-37):
Also, is it intended that there is an option
RemoveChannelsFirst
and in the main loop channels are also always cleaned first?Also, in the checks
nEvents is always the original number of trials, not the number of "still good" trials.. is this intended? :)
The text was updated successfully, but these errors were encountered: