Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_tcs_astrom.html
Дата изменения: Tue Sep 15 02:25:38 2015 Дата индексирования: Sun Apr 10 02:22:14 2016 Кодировка: Поисковые слова: meteoroid |
lsst.tcc
1.2.2-3-g89ecb63
|
#include <tcsAstrom.h>
Public Member Functions | |
TcsAstrom (double wavelen) | |
std::string | toString () |
void | initTarget (TARG &tar, coordConv::PVTCoord const &obsPos, double tai) const |
std::string | __repr__ () const |
Public Attributes | |
ASTROM | m_ast |
mount astrometry information More... | |
ASTROM | r_ast |
rotator astrometry information More... | |
A wrapper around TCSpk's ASTROM structures for mount and rotator
Definition at line 14 of file tcsAstrom.h.
tcc::TcsAstrom::TcsAstrom | ( | double | wavelen | ) |
Create a TcsAstrom
Note that other TCSpk subroutines, most notably tcsMedium are needed to compute additional aspects of the data
[in] | wavelen | wavelength (Angstroms) |
Definition at line 10 of file tcsAstrom.cc.
std::string tcc::TcsAstrom::__repr__ | ( | ) | const |
Definition at line 64 of file tcsAstrom.cc.
void tcc::TcsAstrom::initTarget | ( | TARG & | tar, |
coordConv::PVTCoord const & | obsPos, | ||
double | tai | ||
) | const |
Initialize a target structure
[out] | tar | TCSpk target struct |
[in] | tai | TAI date (MJD, sec) |
[in] | obsPos | desired observed (refracted apparent topocentric) position |
Definition at line 40 of file tcsAstrom.cc.
std::string tcc::TcsAstrom::toString | ( | ) |
Return a detailed string representation
ASTROM tcc::TcsAstrom::m_ast |
mount astrometry information
Definition at line 31 of file tcsAstrom.h.
ASTROM tcc::TcsAstrom::r_ast |
rotator astrometry information
Definition at line 32 of file tcsAstrom.h.