Diff tracking only works with the rotator in PA mode. It
does not work in stationary or vertical angle mode.
Perform LGSAO acquisition, TT star and laser (Do not offset to object).
Start diff tracking IDL code as follows:
Start an xterm on k2aoserver as k2obsao
In the xterm -> cd arc/tss_track_1.0
Type the command enableTssTrack
Verify AOTSPROP is set to u2p
show -s ao aotsprop
xshow -s ao aotsprop &
Start an IDL session on k2aoserver. xterm -> idl
Type tss_track, rate = [RAR, DECR]
where RAR and DECR units are arsec/sec (i.e.,
value from JPL horizons divided by 3600).
For most solar system objects (other than neo), the rates
will be less than 36 arcsec/hour (So the units for
this tool will be less than 36/3600 = 0.01)
The sign for RAR and DECR is the same as the rates provided from JPL Horizons.
Notes:
tss_track runs in an infinite loop applying incremental
changes to the tip-tilt stage position via the keywords,
AOTSDX and AOTSDY. You must stop it with cntl-C.
FACSUM will still say AO control (even though this is a new
mode of differential tracking)
For a fast moving target, step up to the high rate in
increments of 0.05 (arsec/sec)
Manually offset to target.
e.g. en -4.0 -2.3
offset should be accurate for the current time
Complete Science observations
To continue on the current target with different rates:
Cntl-C to stop the differential tracking
tss_track, rate = [RAR, DECR] (at the IDL prompt)
To setup on a new target or re-acquire the same target:
Cntl-C to stop the differential tracking
undoob at the IDL prompt
slew to new target
go to step 3F
To turn off diff tracking completely
(end of night or end of diff track)
undoob at the IDL prompt
disableTssTrack and verify the keyword AOTSPROP is set to 0 or false.
Updated: 30mar2010 after engineering tests (AC/TS)
02aug2010 during 2nd Grundy/Roe use
2012Feb03 During Mike Browns observing session (MK)