sbonaime / seedlink_plotter

Seedlink_plotter A python script to plot real time seismic data from a seedlink server
GNU Lesser General Public License v3.0
36 stars 18 forks source link

avoid event updater thread getting killed by timeout exception #4

Closed megies closed 11 years ago

megies commented 11 years ago

I haven't tested if it works so far..

sbonaime commented 11 years ago

I will give it a try on my test PC's

megies commented 11 years ago

Hmm, I think the warning might not get printed to stdout due to being created in a subthread..

sbonaime commented 11 years ago

Yes for the warning not printed. For some events, the magnitude is not visible. On this image, the graph and the events I get manually Capture d e cran 2013-04-04 a 04-04-13 17 51 17 For instance, the first event (2013-04-03T16:27:19.000000Z | +9.000, +126.130 | 5.1 mb | manual) does not have a printed magnitude. It could be an obspy bug

megies commented 11 years ago

Yes, i noticed that too. Can you open a ticket at obspy, please? This could be a bug in the dayplot routine. Or it might have to do with the magnitude not being chosen correctly from a list of available magnitudes in the Event object.