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
  File locations and
  telescope name
  Station data
  Basic parameters
  which determine
  script behavior
  Dome parameters
  Filter parameters
  Safe telescope
  position/parking
  option
  Image compression
  parameters
  CCD camera
  parameters
  Telescope slewing
  parameters
  Telescope slew
  limits
  Pointing corrections
  Timing tolerance/
  waiting times
  Bias frame
  parameters
  Dark frame
  parameters
  Flat field
  parameters
  Image shifts for
  binned calibration
  files
  Weather station
  parameters
  Focus parameters
    Page 1
    Page 2
  Aiming exposure
  parameters
  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
  Minor Planet Checker
  query script
  Regression program
 
Etc.
  Software updates
  License agreement
  Contact the author
Image acquisition with the MU script



Customizing the MU script (continued)

Timing tolerance/waiting times

' TIMING TOLERANCE/WAITING TIMES
scheduleTol = 3.                      ' Tolerance (min) for late start of an observation; an 
                                      ' observation will be skipped if its scheduled time is more 
                                      ' than scheduleTol minutes in the past
shortWait = 0.6                       ' Duration of short waiting periods (min)
maxWait = 15.                         ' Max. waiting period (min) between slews to safe position

  • scheduleTol. This parameter specifies a tolerance (in minutes) for late start of an observation; an observation will be skipped if its scheduled time is more than scheduleTol minutes in the past.

  • shortWait. This parameter specifies the length (in minutes) of certain short waiting periods during an observing run (such as the interval between successive checkings of the sun's altitude while the script waits for sunset).

  • maxWait. This parameter specifies the time interval (in minutes) between successive slews toward the safe telescope position when the telescope tracks for an extended period of time without performing any observation. These slews are performed to prevent the telescope from accidentally tracking into some safety slew limit.

Bias frame parameters

' BIAS FRAME PARAMETERS
takeBias = True                       ' Set this to True if you wish to take bias frames          
nBias = 5                             ' Number of individual bias frames to be used in
                                      ' creating a master bias frame

Dark frame parameters

' DARK FRAME PARAMETERS
takeDarks = True                      ' Set this to True if you wish to take darks after sunset   
nDarks = 5                            ' Number of individual dark frames to be used in
                                      ' creating a master dark
ExpTimeDark = 180.                    ' Dark frame exposure time (sec) 

Previous: Telescope slew limits, pointing corrections
Next: Flat field parameters



© 1999-2004 Paulo Holvorcem