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
Implementing a paradigm that allows doing a "cropped" epoching (in the sense of braindecode: https://braindecode.org/stable/auto_examples/plot_bcic_iv_2a_moabb_cropped.html) would be relatively simple with the new modular paradigms. We would just need to implement a new processing step that computes events from raw objects (i.e. similar to RawToEvents and RawToFixedIntervalEvents).
The text was updated successfully, but these errors were encountered:
Implementing a paradigm that allows doing a "cropped" epoching (in the sense of braindecode: https://braindecode.org/stable/auto_examples/plot_bcic_iv_2a_moabb_cropped.html) would be relatively simple with the new modular paradigms. We would just need to implement a new processing step that computes events from raw objects (i.e. similar to
RawToEvents
andRawToFixedIntervalEvents
).The text was updated successfully, but these errors were encountered: