Plotting program for LIGO lab data acquisition.
On ws1, cd to ~/Git/LIGO-plots. In Ipython:
%run quickplot.py <channel 1> <channel 2> ... <(optional) gpsLength> <(optional) gpsStop>
In [1]: %run quickplot.py C3:PSL-SCAV_FSS_SLOWOUT
2018-03-19 02:57:09 (1205463447)
['C3:PSL-SCAV_FSS_SLOWOUT']
gpsLength = 3600
gpsStop = 1205463447
Data was fetched from 1205459847 to 1205463447. The first output line displays the current time that fb4 thinks it is. This was obtained with the code shown in this post: https://nodus.ligo.caltech.edu:8081/PSL_Lab/2139.
In [1]: %run quickplot.py C3:PSL-SCAV_FSS_SLOWOUT 50000 1201952464
2018-03-19 02:46:31 (1205462809)
['C3:PSL-SCAV_FSS_SLOWOUT']
gpsLength = 50000
gpsStop = 1201952464

