' TELESCOPE SLEWING PARAMETERS
SlewTol = 100. ' Tolerance (deg) in checking for end of slew
SlewWait = 2200 ' Time step (msec) for waiting while checking for
' end of slew
checkForSlewStart = False ' True to check if the telescope reports that an issued slew
' command has actually started; this should be set to False
' for the Paramount, due to a 4-5 sec waiting time after a
' slew command is issued, during which control is not
' returned to this script; short slews are usually over after
' this 4-5 sec period elapses
timeoutSlewStart = 5. ' Timeout (sec) when waiting for the telescope to report that
' an ordered slew has actually started
timeoutSlewEnd = 230. ' Timeout (sec) when waiting for the telescope to report that
' a slew in progress has actually ended
corrTgtCoords = False ' True to convert J2000 target coordinates to
' local topocentric coordinates before slewing
' (This option is most useful for Meade telescopes)
|