User Tools

Site Tools


operations:documentation.ivs.useful

This wiki is not maintained! Do not use this when setting up AuScope experiments!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
operations:documentation.ivs.useful [2011/06/03 05:46]
Jim Lovell
operations:documentation.ivs.useful [2012/09/19 00:33] (current)
Jim Lovell
Line 1: Line 1:
 +====== Extracting maser-gps and formatter-gps offsets ======
 +<​code>​
 +grep hpib crds51hb.log | grep E | sed 's/\// /g' | sed '​s/​2012.//'​ | sed 's/\./ /' | sed '​s/​\...//'​ | awk '​{print $1, $2, $4}' > hpib.txt
 +grep fmout crds51hb.log | grep E | sed 's/\// /g' | sed '​s/​2012.//'​ | sed 's/\./ /' | sed '​s/​\...//'​ | awk '​{print $1, $2, $4}' > fmout.txt
 +
 +gnuplot  ​
 +set timefmt "%j %H:​%M:​%S"​
 +set xdata time
 +set xtics format "​%H:​%M"​
 +set key outside
 +set title '​CRDS51 clock offsets'​
 +plot '​fmout.txt'​ u 1:​($3*1.0e+6) t '​Formatter - GPS (us)', '​hpib.txt'​ u 1:​($3*1.0e+6) t 'Maser - GPS (us)'
 +set terminal png
 +set output '​crds51timing.png'​
 +replot
 +
 +
 +  </​code>​
 +  ​
  
/home/www/auscope/opswiki/data/attic/operations/documentation.ivs.useful.1307079980.txt.gz · Last modified: 2011/10/26 06:37 (external edit)