Currently, the autoreject code hacks into MNE by copying the epochs plotting code and adding two parameters. Unfortunately this is a bit unwieldy to maintain on the autoreject side as we're using a ton of private functions in MNE and duplicating almost 1000 lines of code ...
are people open to adding these parameters to epochs.plot in MNE, or alternatively some code to interpret the drop_log in a special way if it starts with the keyword AUTOREJECT. I can make a PR with the existing diff and iterate the API from there if people are okay with this.
Currently, the
autorejectcode hacks into MNE by copying the epochs plotting code and adding two parameters. Unfortunately this is a bit unwieldy to maintain on theautorejectside as we're using a ton of private functions in MNE and duplicating almost 1000 lines of code ...are people open to adding these parameters to
epochs.plotin MNE, or alternatively some code to interpret thedrop_login a special way if it starts with the keywordAUTOREJECT. I can make a PR with the existing diff and iterate the API from there if people are okay with this.