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

Fix detector triggering issues #131

Closed damb closed 2 years ago

damb commented 2 years ago

Bugfixes:

Closes #129, #130.

damb commented 2 years ago

@mmesim, could you please carefully review the changes. Thanks.

mmesim commented 2 years ago

@damp I tried to run ex-03 with triggerDuration on and off. I get 9 and 12 detections which then , using scevent merge into 6 origins. Is that what you get too?

FYI. triggerDuration on means triggerDuration=0.5 triggerDuration off means triggerDuration=-1

If you chose a different value for the first case then the results might not be the same. (I guess)

damb commented 2 years ago

Thanks a lot for having a look into this, @mmesim.

FYI. triggerDuration on means triggerDuration=0.5 triggerDuration off meanstriggerDuration=-1`

That's correct. This is the configuration from the tutorial's third offline playback example.

Simply counting the number of detections is not enough. Below the detailed results:

Besides, I also verified the detections visually (e.g. by means of scolv). It would be great if you could do the same.

mmesim commented 2 years ago

@damb Checked. Everything looks ok.