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

Missing detections if trigger facilities enabled #130

Closed damb closed 2 years ago

damb commented 2 years ago

Again, I noticed some inconsistencies while playing around with the the third offline playback example. That is, when running the example for the detector configuration identified by "detectorId": "detector-01" some of the detections are missing when enabling trigger facilities.

While the results are consistent for the detector identified by "detectorId": "detector-02", I obtained the following detection origin times for "detector-01" when executing scdetect-cc with

As already mentioned results are perfectly consistent with trigger facilites disabled.

At first sight, I assumed that there detector-01 and detector-02 are somehow interfering. However, after some debugging it turned out that it's the trigger facility implementation which has a serious flaw.