Skip to content

shufay/LIGO-plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LIGO-plots

Plotting program for LIGO lab data acquisition.

quickplot.py

On ws1, cd to ~/Git/LIGO-plots. In Ipython:

%run quickplot.py <channel 1> <channel 2> ... <(optional) gpsLength> <(optional) gpsStop>

Examples

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.

alt text



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

Data fetched from 1201902464 to 1201952464. alt text

About

Plotting program for LIGO lab data acquisition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages