Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_earth.html
Дата изменения: Tue Sep 15 02:25:38 2015 Дата индексирования: Sun Apr 10 01:06:39 2016 Кодировка: Поисковые слова: occultation |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <earth.h>
Public Member Functions | |
Earth () | |
void | updateSite (coordConv::Site &site, double tai) const |
Public Attributes | |
int | utcDay |
std::tr1::array< double, 3 > | startTAI |
std::tr1::array< double, 2 > | ut1_taiIntercept |
std::tr1::array< double, 2 > | poleInterceptX |
std::tr1::array< double, 2 > | poleInterceptY |
std::tr1::array< double, 2 > | ut1_taiSlope |
std::tr1::array< double, 2 > | poleSlopeX |
std::tr1::array< double, 2 > | poleSlopeY |
Earth-orientation predications (e.g. UT1-TAI) computed from NCSA Earth Orientation Bulletin A
|
explicit |
void tcc::Earth::updateSite | ( | coordConv::Site & | site, |
double | tai | ||
) | const |
Update earth-orientation-related site parameters
[in,out] | site | site information. The following fields are written (all others are left alone):
|
[in] | tai | TAI date (MJD, sec) |
std::tr1::array<double, 2> tcc::Earth::poleInterceptX |
std::tr1::array<double, 2> tcc::Earth::poleInterceptY |
std::tr1::array<double, 2> tcc::Earth::poleSlopeX |
std::tr1::array<double, 2> tcc::Earth::poleSlopeY |
std::tr1::array<double, 3> tcc::Earth::startTAI |
std::tr1::array<double, 2> tcc::Earth::ut1_taiIntercept |
std::tr1::array<double, 2> tcc::Earth::ut1_taiSlope |