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)

Dome parameters

' DOME PARAMETERS
AutomatedDome = False                 ' True to use an automated dome
AutomatedDomeType = "SciTech"         ' Currently only the SciTech dome control object
                                      ' is supported
openDomeWhenSunDown = False           ' True to open the dome shutter when the sun is below    
                                      ' the horizon
closeDomeOnCompletion = False         ' True to close dome upon completion (this has no
                                      ' effect unless AutomatedDome = True)
noMotionUntilDomeOpen = True          ' True to prevent all telescope motion until the dome
                                      ' is open

  • AutomatedDome. Set this to True if your telescope is enclosed in an automated dome, and to False otherwise (in which case the remaining parameters in this section of the configuration file will have no effect).

    Note: If your telescope is housed in a building with a roll-off roof which may be controlled by a computer, it should be possible to add support for your roof control software in the MU script. In this case, you would set AutomatedDome to True in the configuration file, and the remaining parameters in this section would refer to the roof rather than to a dome. Please contact the author about adding support for a roof control software.

  • AutomatedDomeType. Specify the dome control software which is used with your automated dome. The only currently supported software is SciTech's dome control software (specified by setting this parameter to SciTech). Please contact the author about adding support to other dome control software.

  • openDomeWhenSunDown. Set this to True to enable the opening of the dome immediately after sunset, otherwise set it to False (which is useful in daytime tests in which the dome must remain closed).

  • closeDomeOnCompletion. Set this to True to enable the closing of the dome after the end of the night's observations (which should happen some time before sunrise), otherwise set it to False.

  • noMotionUntilDomeOpen. Set this to True to prevent all telescope motion before the dome is opened (which happens after sunset if openDomeWhenSunDown is set to True). This is sometimes helpful with SciTech telescopes.

Filter parameters

' FILTER PARAMETERS
FilterWheel = False                   ' True if you use an automated filter wheel
FilterWheelType = "SciTech"           ' Set this to "SciTech" if using SciTech's filter
                                      ' wheel control object; all other filter wheels
                                      ' are controlled using MaxIm DL's CCDCamera object
FilterFile = "c:\TAO\obs\filters.txt" ' Text file containing filter numbers, names, and 
                                      ' information needed by the automated flat field routines
fixedFilter = "unfiltered"            ' If you do not use an automated filter wheel, set this
                                      ' parameter to the fixed filter you use

Previous: Station data, basic parameters which determine script behavior
Next: Safe telescope position/parking option, image compression parameters



© 1999-2004 Paulo Holvorcem