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

Time problem if more than 15 stations #32

Open nicoleroy-ipgp opened 6 years ago

nicoleroy-ipgp commented 6 years ago

If I select more that 15 stations, it seems that the parameter "-b" is not taken into account.

example seedlink-plotter -s "G_AIS:00BHZ,G_ATD:00BHZ,G_CAN:00BHZ,G_CCD:00BHZ,G_CLF:00BHZ,G_COYC:00BHZ,G_CRZF:00BHZ,G_DRV:00BHZ,G_DZM.OO.BHZ,G_ECH:00BHZ,G_FDF:00BHZ,G_FOMA:00BHZ,G_FUTU:00BHZ,G_HDC:00BHZ,G_INU:00BHZ,G_IVI:00BHZ,G_KIP:00BHZ,G_MBO:00BHZ,G_MPG_00.BHZ,G_NOUC:00BHZ,G_PAF:00BHZ,G_PEL:00BHZ,G_PPTF:00BHZ,G_RER:00BHZ,G_ROCAM:00BHZ,G_SANVU:00BHZ,G_SPB:00BHZ,G_SSB:00BHZ,G_TAM:00BHZ,G_TAOE:00BHZ,G_UNM:00BHZ,G_WUS:00BHZ" --x_position 200 --y_position 50 --x_size 800 --y_size 600 -b 24h --seedlink_server "rtserver.ipgp.fr:18000" --update_time 2s

megies commented 6 years ago

What exactly is not working? Seems to work for me on current master:

screenshot from 2018-07-13 14-44-49

nicoleroy-ipgp commented 6 years ago

I am using a mac and I have this with the following command line (-b 30m) : seedlink-plotter -s "G_AIS:00BHZ,G_ATD:00BHZ,G_CAN:00BHZ,G_CCD:00BHZ,G_CLF:00BHZ,G_COYC:00BHZ,G_CRZF:00BHZ,G_DRV:00BHZ,G_DZM.OO.BHZ,G_ECH:00BHZ,G_FDF:00BHZ,G_FOMA:00BHZ,G_FUTU:00BHZ,G_HDC:00BHZ,G_INU:00BHZ,G_IVI:00BHZ,G_KIP:00BHZ,G_MBO:00BHZ,G_MPG_00.BHZ,G_NOUC:00BHZ,G_PAF:00BHZ,G_PEL:00BHZ,G_PPTF:00BHZ,G_RER:00BHZ,G_ROCAM:00BHZ,G_SANVU:00BHZ,G_SPB:00BHZ,G_SSB:00BHZ,G_TAM:00BHZ,G_TAOE:00BHZ,G_UNM:00BHZ,G_WUS:00BHZ" --x_position 200 --y_position 50 --x_size 800 --y_size 600 -b 30m --seedlink_server "rtserver.ipgp.fr:18000" --update_time 2s

capture d ecran 2018-07-13 a 16 13 56
nicoleroy-ipgp commented 6 years ago

It seems to work if I resize the window ...

megies commented 6 years ago

I still don't understand what the problem is or what it is that's not working.