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

Drum plots with backtrace_time and x_scale not well choosen #17

Open sbonaime opened 9 years ago

sbonaime commented 9 years ago

If the user choose a backtrace_time which is not a divisible by x_scale, the plots seems to be not in real time. Maybe we should prevent the user to do so.

If backtrace_time % x_scale: print 'backtrace_time should be a mutltiple of x_scale' exit(0)