Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1axis_1_1obs_from_g_image.html
Дата изменения: Tue Sep 15 02:25:39 2015 Дата индексирования: Sun Apr 10 05:13:28 2016 Кодировка: Поисковые слова: http astro.uni-altai.ru pub article.html id 1542 |
lsst.tcc
1.2.2-3-g89ecb63
|
Functions | |
def | obsFromGImage |
Compute observed coordinates from guide probe coordinates. More... | |
Variables | |
list | __all__ = ["obsFromGImage"] |
def tcc.axis.obsFromGImage.obsFromGImage | ( | targGImageXY, | |
gProbeNum, | |||
obj, | |||
inst, | |||
taiDate | |||
) |
Compute observed coordinates from guide probe coordinates.
[in] | targGImageXY | position of target in guide image coordinates as two PVTs (unbinned x,y pixels) |
[in] | gProbeNum | guide probe number |
[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 the result (MJD, sec) |
Definition at line 8 of file obsFromGImage.py.
list tcc.axis.obsFromGImage.__all__ = ["obsFromGImage"] |
Definition at line 6 of file obsFromGImage.py.