Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_tcs_site.html
Дата изменения: Tue Sep 15 02:25:39 2015 Дата индексирования: Sun Apr 10 01:52:13 2016 Кодировка: Поисковые слова: astronaut |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <tcsSite.h>
Public Member Functions | |
TcsSite () | |
void | update (double tai, coordConv::Site const &site) |
std::string | __repr__ () const |
Public Attributes | |
double | timestamp |
tai of last update; 0 if never updated More... | |
TIMEO | teo |
time information More... | |
SITE | tsite |
site information More... | |
std::tr1::array< double, MAXAUX > | aux |
auxiliary data for pointing model terms More... | |
A wrapper around TCSpk's TIMEO (time) and SITE structures and auxiliary data array
tcc::TcsSite::TcsSite | ( | ) |
Definition at line 27 of file tcsSite.cc.
std::string tcc::TcsSite::__repr__ | ( | ) | const |
Return a detailed string representation (especially for Python)
Definition at line 87 of file tcsSite.cc.
void tcc::TcsSite::update | ( | double | tai, |
coordConv::Site const & | site | ||
) |
Update teo and site; equivalent to running tcsSlow and preliminaries
[in] | tai | TAI date at which to compute position (MJD seconds) |
[in] | site | coordConv site information |
Definition at line 37 of file tcsSite.cc.
std::tr1::array<double, MAXAUX> tcc::TcsSite::aux |
double tcc::TcsSite::timestamp |