...
But for now no EEG datatype we can use exists, so a discussion about EEG datatype is to needed. The apps app-notch-filtering
, app-resampling
, app-temporal-filtering
, app-get-events
, and app-make-epochs
should run correctly with EEG data stored in a fif file, so maybe it would be interesting to create a eeg/fif
datatype. However fif is a format that is not usually used for EEG…
In helper.py
a new function dealing with optional files from eeg/fif
datatype should be created and used if param_picks_by_channel_types_or_names = 'eeg'
instead of the one used when the meh/fif
datatype is used (see Create a helper.py file).
HTML reports
The structure of the report needs to be discussed. It’s important for the App user to be able to visualize easily the signals.
...