Replies: 3 comments 1 reply
-
Dear @tugbayk , |
Beta Was this translation helpful? Give feedback.
-
I think I found the reason why it doesn't work automatically in real time. I then extracted (source /home/sysop/.bashrc;) and it works like this. (gisola)sysop@sL0-ScAppTK04:~/Gisola/src$ cd /home/sysop/Gisola/src; python3 ./gisola.py --real-time -c configafd.yaml; I think I found the reason why it doesn't work automatically in real time. ################Gisola ################## I'm in crontab Thanks a lot Best wishes Tugbay |
Beta Was this translation helpful? Give feedback.
-
Hi @tugbayk , |
Beta Was this translation helpful? Give feedback.
-
Dear @nikosT
I installed and ran the Gisola program. It is very successful in MT solutions of past earthquakes, but I could not run it in Real-time.
First of all
./gisola.py --datetime-range 2024-03-13T00:00:00 2024-03-14T09:00:00 -c configafd.yaml
2024-03-14 08:50:59,623 INFO Connecting to FDSNWS-event host: http://127.0.0.1:8080
2024-03-14 08:50:59,642 INFO Requesting event in timespan: 2024-03-13T00:00:00.000000Z - 2024-03-14T09:00:00.000000Z
2024-03-14 08:50:59,643 INFO Minimum Magnitude and type is set to: 3.8 and MLv respectively
2024-03-14 08:50:59,963 INFO Starting MT calculation for Event Event: 2024-03-14T03:07:54.280208Z | +41.601, +24.357 | 4.933841127 M | automatic
When the above command is executed, it immediately finds the event and switches to the MT solution.
crontab definition
* * * * * * * source /home/sysop/.bashrc; cd /home/sysop/Gisola/src; python3 ./gisola.py --real-time -c configafd.yaml;
~/Gisola/src$ gisola.py --real-time -c configafd.yaml
I tried typing the command manually at the moment of the earthquake, but fdsnws cannot find the event.
My watcher settings are as follows
Watcher:
Magnitudetype: MLv # set specific hypocenter magnitude type or null for all
Range: 540 # check interval in sec
Playback: 0 # set sec for past-time run
Historical: false # use this only if Playback is not zero and you want to reproduce the exact scenario
Geobox: null
Is there something I'm missing?
Thanks a lot
Best wishes,
Tugbay
Beta Was this translation helpful? Give feedback.
All reactions