Replies: 1 comment
-
Dear @Carols04 , There are many ways to fix or bypass those errors. I would suggest first to see what's the problem though. Concerning the first case, is the The issue in the first case is that it tries to retrieve the associated magnitude for that particular event based on the selected origin (probably the "preferred" one or the last one). The process can not move on without an associated magnitude. This depends also on whether you have activated the historical option; I believe not, and you should not. The historical parameter is for measuring the accuracy of real-time operation. It's only for measuring though, you should not activate it in real-time either. It's always better to have the most updated origin based on the assumption that as time passes the estimation of origin is more accurate (e.g. manual solutions). We have to be sure that the FDSNWS-event brings all the necessary info. Could you share a QuakeML format file via the FDSNWS-event? One question also: Also, the Watcher is activated in real-time scenarios only. So in that case it does not matter the values of range or playback. About the second case: Otherwise, comment out those lines and put return True https://github.com/nikosT/Gisola/blob/main/src/event.py#L203 to the respective indentation (4 spaces back) |
Beta Was this translation helpful? Give feedback.
-
Dear @nikosT,
We have problems when we change our host and try to execute GISOLA for a particular event (not real-time).
We have tried to run GISOLA for a particular event specifying the evid or the datetime-range.
./gisola.py --event es2023slmwu -c config.yaml -l log_events
./gisola.py --datetime-range 2023-09-08T22:00:00 2023-09-08T23:00:00 -c config.yaml
In the config.yaml (in Watcher) we have set magnitude to null or to mb. We have also tried several values of Range and Playback, including the default ones (Range: 540 s, Playback: 0)
We always get the same:
We print
m.origin_id for m in evt.magnitudes
and we obtained:In addition, we have also tried running GISOLA in real-time mode following its guide:
./gisola.py --real-time -c config.yaml -l log_events
We always get a message concerning the quality thresholds, although we have tested several values for the Quality (uncertainties) in the Watcher:
Now, we don't know how to proceed.
Thanks a lot
Best wishes,
Carolina
Beta Was this translation helpful? Give feedback.
All reactions