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

Next revision
Previous revision
operations:documentation.ivs.useful [2011/06/03 05:10]
Jim Lovell created
operations:documentation.ivs.useful [2012/09/19 00:33] (current)
Jim Lovell
Line 1: Line 1:
 ====== Extracting maser-gps and formatter-gps offsets ====== ====== Extracting maser-gps and formatter-gps offsets ======
-<​code>​grep ​fmout yghb?yg.log | grep E | sed 's/\// /g' | sed 's/:/ /'| sed '​s/​2011.//' | sed 's/\./ /2' | sed '​s/​\...//'​ | awk '​{print $2, $3, $5}' > yghb_yg_fmout.txt +<​code>​ 
-  ​484  ​grep hpib yghb?yg.log | grep E | sed 's/\// /g' | sed 's/:/ /'| sed '​s/​2011.//' | sed 's/\./ /2' | sed '​s/​\...//'​ | awk '​{print $2, $3, $5}' > yghb_yg_hpib.txt </​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.1307077811.txt.gz · Last modified: 2011/10/26 06:37 (external edit)