Closed dominikbach closed 9 months ago
Sorry I spent a few minutes to understand what was going on there... The basic logic is to use lo2hi
and hi2lo
to identify pulses, and then use .denoise
to validate those pulses
. If .denoise
is specified, only the lo2hi
and hi2lo
that allow longer duration (than .denoise
) can be accepted for following processing. Hope my understanding is correct.
I only added minor adjustments for the help text in pspm_get_events
for recording this update.
Fixes #634.
Changes proposed in this pull request:
denoise
to specification in seconds, rather than milliseconds, as we want to use SI units wherever possible