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

Pick author not assigned #135

Closed mmesim closed 1 year ago

mmesim commented 1 year ago

It seems that when a new pick is detected there is no author assigned

Screenshot 2022-12-21 at 16 28 12

@luca-s This might need to be fixed to be consistent with other pickers, e.g. scrtdd. Though it is not urgent.

luca-s commented 1 year ago

I had a look at the code and it seems that the author is set, so I need some more information to understand what is going on. Can you explain better what is your scenario? Also it would be very useful if you can dump the detected origin with scxmldump so that I can have a better look at the creation information of the pick.

mmesim commented 1 year ago

Can you explain better what is your scenario?

This the result of the real time application. I have set up scdetect-cc to scan an area with a given number of templates. CreateArivals and CreateTemplateArrivals are enabled. When checking the waveforms for a new detection on scolv I cannot see the author of the picks.

Attached the dumped event (event.xml) and another example from a scrtdd origin for comparison (origin.xml) xml.files.zip

luca-s commented 1 year ago

I fixed the issue on branch fix-pick-author. IF you can give it a try I will then merge it to the master branch.

mmesim commented 1 year ago

Thanks @luca-s! It works! Go ahead with the merge and close this issue. :fireworks: