Status | ||||
---|---|---|---|---|
|
Define an EEG datatype
All Apps use the meg/fif
datatype when they directly preprocess the file containing the signals. But some app can preprocess both EEG and MEG data (app-notch-filtering
, app-resampling
, app-temporal-filtering
, app-get-events
, and app-make-epochs
).
...
We looked for a value to quantify the efficacy of the correction. A SNR computation was found but has to be improveimproved (see Assess the quality of artifact correction/rejection). The code to compute this SNR is available in several Apps (app-bad-channels
, app-maxwell-filter
, app-notch-filter
, app-temporal-filtering
) but it is commented.
The result of this assessment must appear in the HTML report.
Improve existing Apps
To see the improvements to make on each app, please check the Confluence page relative to each App (Description of existing Apps).
...