This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
operations:documentation.ivs.drudg_ureop [2011/11/29 04:02] Jim Lovell |
operations:documentation.ivs.drudg_ureop [2013/01/22 21:31] (current) Jamie McCallum |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Prepare the schedue and procedure files as usual but make sure the preob and postob procedures look like this: | + | The ultra-rapid EOP measurements use either modified IVS schedules (with Hobart in "tag-along" mode) or bespoke schedules. In either case, the usual slogit procedures can be used but you should make sure that the correct skd file is in /vlbobs/ivs/sched/ on ops-serv2 before starting & make sure it doesn't get overwritten by downloading the unmodified schedule. |
| + | |||
| + | Prepare the scheduLe and procedure files as usual but make sure that checkmk5 will not attempt to generate autocorrelations, and that preob and postob procedures look like this: | ||
| <code> | <code> | ||
| + | define checkmk5 00000000000x | ||
| + | "sy=/home/oper/bin/auto_cor_check_web_1bit_8MHz_hb.sh & | ||
| + | "scan_check | ||
| + | "mk5=get_stats? | ||
| + | "mk5=status? | ||
| + | enddef | ||
| define preob 00000000000x | define preob 00000000000x | ||
| onsource | onsource | ||
| Line 23: | Line 31: | ||
| </code> | </code> | ||
| - | Then in the SNAP file, comment out all checkmk5 calls like this: | + | Also check that /home/oper/bin/data2vortex.sh is going to do the right thing, check that the directory on vortex is mounted on mk5hb. |
| - | + | ||
| - | <code> | + | |
| - | cd /usr2/sched | + | |
| - | cat rd1106hb.snp | sed 's/checkmk5/\"checkmk5/' > tmp.snp | + | |
| - | mv tmp.snp rd1106hb.snp | + | |
| - | </code> | + | |