====== Monitoring and plotting pointing data during a pointing run ====== When doing a pointing run using the ''point'' procedure file and ''acquire'' command, results are logged in ''/usr2/log/sx.log'' and they can be plotted to keep track of progress. Here's an example of what can be done. Copy and paste this into a file on the pfcs machine, then 'source' it. egrep '(xoffset)' /usr2/log/sx.log > xoff.txt egrep '(tsys)' /usr2/log/sx.log > tsys.txt gnuplot < This will make a 2 x 2 plot showing pointing offsets, points on the sky observed, Tsys vs El (and a fit to Tsys vs sec(z)) and Elevation offset vs elevation. Clicking in the plot window will dismiss the plot. {{:operations:documentation:screenshot_20_02_13_2_28_pm.png|}}