Replies: 3 comments 6 replies
-
The possibility offered by scevent is to call a custom script that evaluates an origin and returns a score for that. scevent can then use the score to decide which origin is the preferred one among the many that it has associated to the same event. In the script called by scevent we can add any logic we like e.g. we simply extract the CCC from the origin comment and return the value. Currently, at SED, we use the score to compare origins generated by the same locator (nonlinloc) but we don't use it to compare origins across different methodologies (nonlincloc, double-difference, template matching). To compare different methodologies we have a simple priority list defined in scevent configuration that currently select nonlincloc over double-difference (this is because SED is slow in making changes and we continue with the well-known path for a long time before starting preferring a new methodology). The same will happen with scdetect. |
Beta Was this translation helpful? Give feedback.
-
I mean that we will add scdetect as a new method and it will be of a lower priority than nonlinloc and the score will not be even considered. However, for events detected only by scdetect (we expect many more than nonlinloc), then the score will be used to select the best scdetect origin among many, if there are many. |
Beta Was this translation helpful? Give feedback.
-
This is an idea that Tobias had and links to issue #53. @kaestli
Could we somehow incorporate the Cross Correlation Coefficient (CCC) in the event score metric? If not the CCC itself, then maybe the standard_error. Could that be implemented in the scevent? Is it better to create a separate table for the CCCs or merge these with the existing metric?
Beta Was this translation helpful? Give feedback.
All reactions