I have started a workflow on a research seiscomp system tied to a production system. On the research system I’ve got scrtdd operating, and am very happy with it. I’m trying to decide the best option moving forward for keeping an to date base DD catalog for performing real time single event relocations.
This research system receives events from a production system. The production system has automated solutions that are reviewed by analysts, as well as analyst derived events. These get passed to my research system as xml files, and then are dispatched into my research system’s database.
For a specific region, I have an scrtdd profile. Events within this region, I want to relocate with scrtdd.
I have created by base catalog by using the multi-event mode of 20 years worth of past events in this area. This input catalog, complete to 2025-10-31 was used to make my base DD catalog. I am now wanting to relocate in real time new events that fall in that region.
I have pointed the scrtdd profile for this region to the CSV triple (reloc-event, reloc-phase, reloc-stations). It is working, and relocating the new events since 2025-11-01 in real time. It is configured that these relocations get added as new, preferred origins, to the corresponding event in the database, and I can see all this in scolv.
My question is now specifically, what is the reasonable way to update my DD base catalog periodically. My reasoning would have been to use sclistorg to update my original list of originIDs to make the base catalog, with all new originIDs that fall in the same region. However, for all the new events coming into the seiscomp system, the originIDs that will be found by sclistorg will be the real-time scrtdd origin, rather than the analyst origin, as was used in the original DD base catalog.
In this regard, does it matter that going forwards I would be re-creating my base catalog using the rtdd origins produced by single event relocation on new events, or should I instead be consistent and always derive my “base catalog” from the preferred “analyst origins”?
@luca.scarabello, I’m curious your take on this question, if you have the time. I didn’t put this on the GitHub page, as it isn’t a code issue at all. I have gone through the GitHub pages and documentation, and wasn’t sure if there was a suggested approach here.
I suppose one option is that I don’t add the single event relocations into the main seiscomp database at all, and instead I just dump them into xml files for external plotting. It is quite nice to be able to see this in seiscomp though.
Perhaps another option is to put the scrtdd single event relocation solutions into a separate seiscomp database?
Thanks for any insights on this, and big thanks for such a great and well configured tool!