This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
operations:documentation.ivs.drudg_ureop [2011/11/29 03:38] Jim Lovell created |
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 preob 11325020025x | + | 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 | ||
| onsource | onsource | ||
| - | checkmk5 | + | disk2file=abort,, |
| + | !+5s | ||
| + | scan_check | ||
| + | mk5=get_stats? | ||
| + | mk5=status? | ||
| systemp12 | systemp12 | ||
| mk5=dot? | mk5=dot? | ||
| Line 10: | Line 22: | ||
| maserdelay | maserdelay | ||
| enddef | enddef | ||
| - | define postob 11325014942x | + | define postob 00000000000x |
| - | "sy=/home/oper/bin/auto_cor_check.sh & | + | scan_check |
| + | !+3s | ||
| sy=/home/oper/bin/data2vortex.sh & | sy=/home/oper/bin/data2vortex.sh & | ||
| clkoff | clkoff | ||
| Line 18: | 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> | + | |