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)

Safe telescope position/parking option

' SAFE TELESCOPE POSITION/PARKING OPTION
SafeAlt = 70.                         ' Altitude (deg) of safe final position for the telescope
SafeAz = 270.                         ' Azimuth (deg) of safe final position for the telescope
parkOnCompletion = True               ' True to park telescope upon completion
checkForDisconnectAfterPark = True    ' Set this to True if the connection between ACP and the
                                      ' telescope is terminated shortly after the telescope is
                                      ' parked (as in TheSky-controlled telescopes), and to False
                                      ' otherwise (as in SciTech telescopes)

  • SafeAlt. This parameter specifies the altitude (in degrees) of a safe telescope position, to which the telescope will slew in certain situations when it could in principle stay tracking for long periods without doing any observation. This position should be such that the telescope could track for a long time without hitting any telescope slew limits. It should also be away from the ecliptic to prevent accidental pointing at the sun in case of some equipment or software problem. For German equatorial mounts, one would normally define this position to be west of the meridian (to prevent the mount from tracking into the meridian), north (south) of the ecliptic if the telescope is in the northern (southern) hemisphere.

  • SafeAz. This parameter specifies the azimuth (in degrees, measured from north = 0 deg through east = 90 deg) of the safe telescope position discussed above.

  • parkOnCompletion. Set this to True to park the telescope at the end of the night's observations, and to False otherwise.

  • checkForDisconnectAfterPark. This parameter serves to prevent a script error which occurs after parking certain automated telescope mounts. Set it to True if the connection between ACP and the telescope is terminated shortly after the telescope is parked (when this happens, the numbers in the ACP telescope display will disappear), as happens on TheSky-controlled telescopes (such as the Paramount). If ACP stays connected to the telescope after parking, set this parameter to False.

Image compression parameters

' IMAGE COMPRESSION PARAMETERS
CalibrateZip = False                  ' True if you wish to produce a file named calibrate.zip
                                      ' in each user directory, containing only the calibration
                                      ' files required to process the night's images
pkZipPath = "c:\pkzipc\pkzipc.exe"    ' Full path to pkZip's command line version

Previous: Dome parameters, filter parameters
Next: CCD camera parameters



© 1999-2004 Paulo Holvorcem