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

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

Functions

def instFromObs
 Compute instrument position from observed coordinates. More...
 

Variables

list __all__ = ["instFromObs"]
 

Function Documentation

def tcc.axis.instFromObs.instFromObs (   targObs,
  obj,
  taiDate 
)

Compute instrument position from observed coordinates.

Parameters
[in]targObsposition of target in observed coordinates (a coordConv.PVTCoord)
[in]objthe object block; the following fields are read:
  • objInstXY
  • obsPos
  • objAzInstAng
[in]taiDateTAI date at which to compute (MJD, sec)
Returns
a tuple:
  • targInstXY: position 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
  • targAzInstAng: angle of direction of increasing azimuth at target in instrument coordinates (a coordConv.PVT)

Definition at line 9 of file instFromObs.py.

Variable Documentation

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

Definition at line 7 of file instFromObs.py.