Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_tcs_p_orig.html
Дата изменения: Tue Sep 15 02:25:38 2015 Дата индексирования: Sun Apr 10 02:22:23 2016 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <tcsPOrig.h>
Public Member Functions | |
TcsPOrig (double objInstX, double objInstY, Inst const &inst) | |
std::string | __repr__ () const |
Public Attributes | |
PORIG | porig |
pointing origin More... | |
A wrapper around TCSpk's PORIG structure
Definition at line 15 of file tcsPOrig.h.
tcc::TcsPOrig::TcsPOrig | ( | double | objInstX, |
double | objInstY, | ||
Inst const & | inst | ||
) |
Create a TcsPOrig
[in] | objInstX | x object position on instrument (aka boresight offset) (deg) |
[in] | objInstY | y object position on instrument (aka boresight offset) (deg) |
[in] | inst | instrument data; the following fields are read: rot_inst_xy and rot_inst_ang |
object - rotator position in instrument frame (deg)
Definition at line 10 of file tcsPOrig.cc.
std::string tcc::TcsPOrig::__repr__ | ( | ) | const |
Return a detailed string representation (especially for Python)
Definition at line 39 of file tcsPOrig.cc.
PORIG tcc::TcsPOrig::porig |
pointing origin
Definition at line 35 of file tcsPOrig.h.