TAO
Tools for Automated Observing
  Previous page
  Next page
 
Introduction
  System requirements
 
Getting Started
  Installation
  Modeling slew times
  Measuring camera
  download times
  Specifying filter
  names and numbers
  Modeling the local
  horizon
  Creating user profiles
  Initializing target
  databases
  Customizing the
  scheduler
 
Daily Operation
  Starting observatory
  control software
  Updating target
  databases
  Generating a list of
  potential targets
  Preparing a list of
  observation requests
  Running the
  scheduler
  Starting scheduled
  observations
 
Image Acquisition with
the MU Script
  Customizing the
  script
  Starting MU
  Sequence of events
  during an observing
  run using MU
 
Timing Refinement
  Collecting timing
  data
  Analyzing timing
  data
  Adjusting the
  empirical timing
  correction
 
Other Tools
  Slew time
  measurement script
  Customizing the
  SlewTime script
    Page 1
    Page 2
    Page 3
  Starting the
  SlewTime script
  Script output
  Minor Planet Checker
  query script
  Regression program
 
Etc.
  Software updates
  License agreement
  Contact the author
Slew time measurement script



Customizing the SlewTime script (continued)

Telescope slewing parameters

' 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)

Telescope slew limits

' TELESCOPE SLEW LIMITS
minAlt = 20.                          ' Targets below altitude minAlt (deg) will be skipped.
minHA = 30.                           ' Targets at |HA| < minHA (time minutes) will be skipped.
                                      ' This is zero for fork-mounted telescopes, and should be
                                      ' positive for German equatorial mounts like the Paramount
maxHA = 600.                          ' Targets at |HA| > maxHA (time minutes) will be skipped.
maxDec = +90.                         ' Targets north of declination maxDec (deg) will be skipped.  
minDec = -28.                         ' Targets south of declination minDec (deg) will be skipped.

Previous: Slew time measurement parameters, safe position/parking option
Next: Starting the SlewTime script



© 1999-2004 Paulo Holvorcem