Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1axis_1_1obs_from_inst.html
Дата изменения: Tue Sep 15 02:25:39 2015
Дата индексирования: Sun Apr 10 05:07:47 2016
Кодировка:

Поисковые слова: уфпмпчбс зптб
lsst.tcc: tcc.axis.obsFromInst Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.axis.obsFromInst Namespace Reference

Functions

def obsFromInst
 Compute observed coordinates from instrument coordinates. More...
 

Variables

list __all__ = ["obsFromInst"]
 

Function Documentation

def tcc.axis.obsFromInst.obsFromInst (   targInstXY,
  obj,
  taiDate 
)

Compute observed coordinates from instrument coordinates.

Parameters
[in]targInstXYposition of target in instrument coordinates (a tcc.base.ArrayPVT2) (deg) i.e. a position in instrument X,Y relative to inst.iim_ctr, the center of the instrument
[in]objthe object block; the following fields are read:
  • objInstXY
  • obsPos
  • objAzInstAng
[in]taiDateTAI date at which to compute the result (MJD, sec)
Returns
a tuple:
  • targObs: position of target in observed coordinates (a coordConv.PVTCoord)
  • targAzInstAng: angle of direction of increasing azimuth at target in instrument coordinates (a coordConv.PVT)

Definition at line 9 of file obsFromInst.py.

Variable Documentation

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

Definition at line 7 of file obsFromInst.py.