Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_const_8h_source.html
Дата изменения: Tue Sep 15 02:25:37 2015
Дата индексирования: Sun Apr 10 01:16:25 2016
Кодировка:

Поисковые слова: arp 220
lsst.tcc: include/tcc/telConst.h Source File
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
telConst.h
Go to the documentation of this file.
1 #pragma once
2 /*
3 Site-dependant and other telescope-related constants,
4 for the ARC 3.5m telescope at Apache Point, New Mexico
5 
6 History:
7 - R. Owen 12/86 UW/ARC
8 - Changed SCT_min_LCT's name and units; changed Elevation's units. R.O. 8/87
9 - Rename Latitude -> MeanLat, Longitude -> MeanLong. R.O. 2/88
10 - Improved values for Lat, Long, El, removed SCT_min_LCT. R.O. 2/89
11 - Changed longitude to east (was west). R.O. 9/92
12 - Switched to values from WSMR. R.O. 4/99
13 - Adapted to C++ and changed units of elevation from km to m. R.O. 2011-12
14 */
15 namespace tcc {
16 
17  // position of 3.5m optical axis, measured by the WSMR team
18  const double MeanLong = -105.820417; // longitude east, deg
19  const double MeanLat = 32.780361; // latitude north, deg
20  const double Elevation = 2788; // elevation above mean sea level, m
21 
22 }
const double MeanLat
Definition: telConst.h:19
const double Elevation
Definition: telConst.h:20
const double MeanLong
Definition: telConst.h:18