Документ взят из кэша поисковой машины. Адрес оригинального документа : 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
Кодировка:

Поисковые слова: п п п п п п п п р п р п
lsst.tcc: tcc.axis.obsFromGImage Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.axis.obsFromGImage Namespace Reference

Functions

def obsFromGImage
 Compute observed coordinates from guide probe coordinates. More...
 

Variables

list __all__ = ["obsFromGImage"]
 

Function Documentation

def tcc.axis.obsFromGImage.obsFromGImage (   targGImageXY,
  gProbeNum,
  obj,
  inst,
  taiDate 
)

Compute observed coordinates from guide probe coordinates.

Parameters
[in]targGImageXYposition of target in guide image coordinates as two PVTs (unbinned x,y pixels)
[in]gProbeNumguide probe number
[in]objthe object block; the following fields are read:
  • objInstXY
  • obsPos
  • objAzInstAng
[in]instthe instrument block; the following fields are read:
  • gim_scale
  • gProbe
  • rot_inst_xy
  • rot_inst_ang
[in]taiDateTAI date at which to compute the result (MJD, sec)
Returns
a tuple:
  • targObs: position of target in observed coordinates (a coordConv.PVTCoord)
  • targAzGProbeAng: angle of direction of increasing azimuth at target in guide probe coordinates (a coordConv.PVT)

Definition at line 8 of file obsFromGImage.py.

Variable Documentation

list tcc.axis.obsFromGImage.__all__ = ["obsFromGImage"]

Definition at line 6 of file obsFromGImage.py.