TrackingOffsets requested_flux()
Get the current tracking offsets.
TrackingOffsets variable called f.
It then does an indeterminate number of things, including
changing the azimuth and elevation offsets. Then finally it
restores the original azimuth and elevation tracking offsets
in the f variable.
TrackingOffsets f = $tracking_offsets() ... offset az=1:0:30, el=0:10:12 ... offset az=$f.az, el=$f.el
TrackingOffsets f = $tracking_offsets() print "Horizon offsets: az=", $f.az, "el=", $f.el print "Equatorial offsets: ra=", $f.ra, "dec=", $f.dec print "Sky offsets: x=", $f.x, "y=", $f.y