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)

Station data

' STATION DATA
siteLon = -97.12345                   ' Site longitude (degrees), positive E of Greenwich  
siteLat = +39.12345                   ' Site latitude (degrees), positive North
siteHeight = 315                      ' Altitude of observing station (meters)
siteTemp = 20                         ' Approximate ambient temperature (deg C)

  • siteLon. Specify the latitude of the observing station (in degrees; north latitudes are positive).

  • siteLat. Specify the longitude of the station (in degrees; longitudes east of Greenwich are positive).

  • siteHeight. Specify the altitude of the station in meters above sea level. This parameter, which is used in atmospheric refraction calculations, is only relevant if you set parameter corrTgtCoords to True.

  • siteTemp. Specify a typical ambient temperature (in degrees Celsius) at the station. This parameter, which is used in atmospheric refraction calculations, is only relevant if you set parameter corrTgtCoords to True.

Basic parameters which determine script behavior

' BASIC PARAMETERS WHICH DETERMINE SCRIPT BEHAVIOR
checkForSunUp = True                  ' True to enable checks of the sun altitude which 
                                      ' prevent daytime observations (the script will wait
                                      ' until sunset to start observations, and shut down
                                      ' the system at sunrise)
highSunAltObsEvening = -15.0          ' Highest sun altitude (deg) at which science images
                                      ' will be taken in the evening
highSunAltObsMorning = -19.0          ' Highest sun altitude (deg) at which science images
                                      ' will be taken in the morning

scheduled = True                      ' True if you wish to take into account the scheduled
                                      ' times for each observation, False if you wish to
                                      ' ignore scheduled times or if they are not present
                                      ' in your target lists
downloadWhileSlew = True              ' True to use the download-while-slew feature
corrTgtCoords = False                 ' True to convert J2000 target coordinates to
                                      ' local topocentric coordinates before slewing
                                      ' (This option is most useful for Meade telescopes)

Previous: Customizing the MU script
Next: Dome parameters, filter parameters



© 1999-2004 Paulo Holvorcem