Joint Astronomy Centre
Show document only
JAC Home
JCMT
UKIRT
Contact info
JAC Divisions
OMP
Outreach
Seminars
Staff-only Wiki
Weather
Web Cameras
____________________

JCMT home
Telescope
Pointing
Command Line List for Reducing Inclinometry Data

Command Line List for Reducing Inclinometry Data

The list of commands is illustrated by the inclinometry file inc20090412.dat. These raw files can be found in /jcmtdata/raw/incline/yyyymmdd/. The data in square brackets shows the selections made inside the programs.

From /home/hthomas/inclinometry on kolea:

  • ./get_incfile.sh
  • ./create_cw_fileformat.pl (creates cw and ccw files and reorders ccw)
  • ./rlb.exe [inc20090412cw.dat] [y]
  • ./cleanup-rlb.sh [y] [20090412] [cw]
  • ./rlb.exe [inc20090412ccw.dat] [y]
  • ./cleanup-rlb.sh [n] [20090412] [ccw]
  • ./meandiff.exe [c20090412cw.dat] [c20090412_ccw.dat] [-1]
  • mv mdout c20090412cw-ccw.dat
  • ./incdisp.exe [c20090412cw-ccw.dat] [a] [3] [1 4 7]
  • ./makemodel.exe [y] [+1.0 -1.0] [c20090412cw.dat]
  • mv mdout.dat model1-20090412cw.dat
  • ./makemodel.exe [y] [+1.0 -1.0] [c20090412ccw.dat]
  • mv mdout.dat model1-20090412ccw.dat
  • ./meandiff.exe [model1-20090412cw.dat] [model1-20090412ccw.dat] [-1]
  • mv mdout.dat model1-20090412cw-ccw.dat
  • ./incdisp.exe [model1-20090412cw-ccw.dat] [a] [3] [1 2 3]
  • ./meandiff.exe [model1-20090412cw.dat] [model1-20090320cw.dat] [-1]
  • mv mdout.dat model1-20090412-20090320cw.dat
  • ./plothist.exe [model1-20090412-20090320cw.dat] [1(2)(3)] [y] [y] (make note of rms values)
  • ./incdisp.exe [model1-20090412-20090320cw.dat] [a] [3] [1 2 3]
  • ./make_hybrid.exe [model1-20090412cw.dat] [model1-20090412cw-ccw.dat] [70 290]
  • mv hybrid.dat model1-20090412hybrid.dat
Now to install it...
  • umask 2
  • cd /jac_sw/itsroot/src/tcs/params/
  • cp /home/hthomas/inclinometry/model1-20090412hybrid.dat .
  • *** edit file so second line reads 806 instead of 1 ***
  • mv model1-20090412hybrid.dat thi_trackmodel.dat
  • source /jac_sw/itsroot/etc/login
  • make
  • cvs commit -m "(20090413 -HST -track model update)"
Contact: Holly Thomas. Updated: Mon Apr 13 16:43:24 HST 2009

Return to top ^