Replies: 2 comments
-
@mmesim, in the example above the detector configurations are based on two different template origins. Are these template origins somehow related? Do they belong to a common cluster?
|
Beta Was this translation helpful? Give feedback.
-
Yes, these are from the same sequence, and probably the same cluster.
Yes, I agree. I was thinking that first we group the detections based on the origin time. Then if multiple templates detect the same earthquake we could keep the detections made by the best template, meaning the template that has the highest CCC. Sorry if that wasn't clear before.
I'm sorry but I still do not follow much the technical part/structure of the code. My suggestion would be to try and incorporate the detections' association and filtering in |
Beta Was this translation helpful? Give feedback.
-
This discussion might also be related to issue #21.
I was able to run a multi-template detection on the same stream using the following json
The resulting .scml file contains detections from both detectors. Specifically, 75 detections from detector-01, which is the same number of detections when the detection is performed on single stream-single template, and 93 detections from detector-02
A question is how can we combine these detections and keep the one from the best detector (template), for example based on Cross-Correlation Coefficient (CCC).
I tried to tune
scevent
, and particularlyminimumMatchingArrivals
andmaximumMatchingArrivals
. However, I'm not sure ifscevent
works for picks on the same station and chanel as in this case.I think that an association based on CCC, perhaps combined with event score, might be useful for real time operations.
Beta Was this translation helpful? Give feedback.
All reactions