Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_inst_position.html
Дата изменения: Tue Sep 15 02:25:38 2015 Дата индексирования: Sun Apr 10 03:36:40 2016 Кодировка: Поисковые слова: m 15 |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <instPos.h>
Public Member Functions | |
InstPosition (std::string const &name="?") | |
std::string | getName () const |
void | setName (std::string const &name) |
double | getRotAzMechConst () const |
operator bool () const | |
Instrument Position
The following instrument positions are supported by the TCC, but not necessarily by a given telescope:
BC1 ----------- / \TR1 / SK1 SK2 \ TR2 / MB1 — MB2 \ |–| / PF1 \ |–| NA1 | | | CA1 | | | NA2 |–| \ / |–| \ — / TR4 \ SK4 SK3 / TR3
BC2
front view of mirror cell
|
explicit |
Definition at line 6 of file instPos.cc.
|
inline |
Get constant offset of RotAz and Mech angle at current instrument position
RotAz-Mech angle = const + (mult * altitude) where mult = +1 at NA1, -1 at NA2 and 0 at all other instrument positions
RotAz-Mech angle is the orientation at the instrument port of an object pointing towards increasing azimuth, where zero is gravitationally down when the telescope is:
void tcc::InstPosition::setName | ( | std::string const & | name | ) |
Definition at line 10 of file instPos.cc.