Index

deck_mode

Tell the tracker how to position the deck axis when tracking a source.

Arguments:
DeckMode mode
The deck-axis tracking mode.

Example 1:
The following example tells the tracker task that while tracking sources it should fix the deck axis angle at 45 degrees.
  deck_mode zero
  offset dk, 45.0
Example 2:
The next example tells the tracker task that while tracking sources it should maintain the deck axis angle at 45 degrees plus the parallactic angle of the source.
  deck_mode track
  offset dk, 45.0
Track mode:
By default the position of the deck drive is continually adjusted while tracking a source such that the source appears to stay at a fixed rotation angle about the center of the field. The actual orientation angle is set by the deck-angle tracking offset that was last set with the offset command. This is refered to above as "track" mode.

Zero mode:
An alternative tracking mode involves holding the deck at a fixed angle. In this mode, as one tracks a source across the sky, it will appear to rotate about the center of the field. This mode is primarily designed for use during pointing calibration. The fixed deck angle is set by the current deck-angle tracking offset, as set with the offset command. This is refered to as "zero" because it involves tracking zero deck angle plus an optional tracking offset.

Martin Shepherd (4-Aug-1998)