swiss-seismological-service / scdetect

A computationally efficient earthquake detection module for SeisComP
https://scdetect.readthedocs.io
GNU Affero General Public License v3.0
15 stars 6 forks source link

Correctly implement real-time filtering #29

Closed damb closed 3 years ago

damb commented 3 years ago

Features and Changes:

Usage and Configuration:

Bugfixes:

damb commented 3 years ago

Note that the bugfix mentioned above seems to be required for https://github.com/SeisComP/common/blob/d81e4360e29e5f19d21069235b2821a68e70404a/libs/seiscomp/processing/waveformprocessor.cpp#L278-L368. I'm going to provide a PR after my vacation.

damb commented 3 years ago

A few leftovers and as a reminder for myself:

Note that, since this change requires to adjust the alignment correction, too, it's cleaner to provide a dedicated PR. Thus, here, I won't fix this issue.

damb commented 3 years ago

Note that the bugfix mentioned above seems to be required for https://github.com/SeisComP/common/blob/d81e4360e29e5f19d21069235b2821a68e70404a/libs/seiscomp/processing/waveformprocessor.cpp#L278-L368. I'm going to provide a PR after my vacation.

References https://github.com/SeisComP/common/pull/15.