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



The SlewTime script (TAO\ACP_scripts\SlewTime\SlewTime.vbe) measures telescope slew times in right ascension and declination by moving the telescope by different angles in both coordinates. Telescope motion along a given coordinate starts with very short slews and proceeds to longer and longer slews. The next sections describe how to customize the SlewTime script for one's specific needs, how to start SlewTime, and the output files produced by the script. The analysis of slew time data produced by SlewTime is described elsewhere.

Customizing the SlewTime script

Before starting the customization of the SlewTime script, it is usually a good idea to copy directory TAO\ACP_scripts\SlewTime from the computer where you have installed TAO to the observatory control computer (unless you use a single computer to produce observation schedules and to control the observatory). This directory contains the SlewTime script (SlewTime.vbe) and its configuration file (SlewTime.cfg).

The SlewTime script may be customized by editing the copy of SlewTime.cfg on the observatory control computer and changing the values of various parameters to suit your needs. The SlewTime configuration file is divided into several sections. The various parameters which may be specified in each section are explained below and in the next pages.

File locations

' FILE LOCATIONS
logDir = "c:\ST_logs"                 ' Directory which stores log files and files containing
                                      ' slew time data

Station data

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

Previous: Analyzing timing data, adjusting the empirical timing correction
Next: Slew time measurement parameters, safe position/parking option



© 1999-2004 Paulo Holvorcem