Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/BuiltInScripts/PointingData.html
Дата изменения: Sat Sep 6 02:16:02 2014
Дата индексирования: Sun Apr 10 07:15:14 2016
Кодировка:
TUI:Scripts:Built In Scripts:Telescope:Pointing Data

TUI:Scripts:Built In Scripts:Telescope:Pointing Data

The Telescope:Pointing Data script takes set of pointing error measurements of pointing reference stars across the sky. It logs the results to a data file which can be used to fit a pointing model.

Modes

The script runs in one of two modes, controlled by the Attended Mode checkbutton:

Note:

Controls

You may change any parameter except Az/Alt Grid while the script is running; the new value will be used as soon as possible. For parameters you type (such as exposure time), you must type <tab<> or <enter> or click on a different field to save the new value; unfortunately there is no visual feedback indicating if a value has been saved. If you want to change several values at the same time, you may wish to pause the script while you make the changes.

Note:

Operation

Select an az/alt grid, adjust any other settings as desired, then push Start. For each point in the az/alt grid the script will find and slew to a nearby pointing reference star, measure the star, write the pointing error to a data file whose path is displayed, and correct the pointing error.

The graph shows the grid of az/alt points. While a star near a grid point is being measured, that grid point is shown as a large blue star. Once the star has been measured, the grid point is a small green star, or a red X if the star could not be measured. Note that the graph does not show the positions of the pointing reference stars (to avoid clutter) nor the measured error (because TPOINT does this so much more better).

The data file can be read by TPOINT and used to fit a pointing model. You will also want access to the the current pointing model (to get the terms we use, and to see how much pointing has changed). You can get that from tcc35m-1-p in tccdata/telmod.dat.

Adding Az/Alt Grids

A few grids of az/alt points are built in. TUI looks for additional grids in TUIAdditions/Grids/*.dat. The Az/Alt Grid menu is rebuilt each time you click on it, so you can add, delete or modify grid files while TUI is running.

You may generate additional grids using the MakeGrid application, or generate files by hand. The format of grid files is one line per point: az alt (decimal degrees, no comma separating them). Lines starting with # or ! and blank lines are ignored. Leading and trailing whitespace is also ignored. For example:

# azimuth   altitude
#  (deg)      (deg)
    91.02     51.43
   126.52     15.08
...