Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1axis_1_1pt_corr_from_obs.html
Дата изменения: Tue Sep 15 02:25:39 2015 Дата индексирования: Sun Apr 10 05:14:16 2016 Кодировка: Поисковые слова: m 11 |
lsst.tcc
1.2.2-3-g89ecb63
|
Functions | |
def | ptCorrFromObs |
Compute pointing correction position from observed coordinates. More... | |
Variables | |
list | __all__ = ["ptCorrFromObs"] |
def tcc.axis.ptCorrFromObs.ptCorrFromObs | ( | targObs, | |
obj, | |||
inst, | |||
taiDate | |||
) |
Compute pointing correction position from observed coordinates.
[in] | targObs | position of target in observed coordinates (a coordConv.PVTCoord) |
[in] | obj | the object block; the following fields are read:
|
[in] | inst | the instrument block; the following fields are read:
|
[in] | taiDate | TAI date at which to compute (MJD, sec) |
Definition at line 10 of file ptCorrFromObs.py.
list tcc.axis.ptCorrFromObs.__all__ = ["ptCorrFromObs"] |
Definition at line 8 of file ptCorrFromObs.py.