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

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

Functions

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

Variables

list __all__ = ["rotFromObs"]
 

Function Documentation

def tcc.axis.rotFromObs.rotFromObs (   targObs,
  obj,
  inst,
  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]instthe instrument block; the following fields are read:
  • rot_inst_xy
  • rot_inst_ang
[in]taiDateTAI date at which to compute the result (MJD, sec)
Returns
a tuple:
  • targRotXY: position of target in rotator coordinates (a tcc.base.ArrayPVT2) (deg)
  • targAzRotAng: angle of direction of increasing azimuth at target in rotator coordinates (a coordConv.PVT)

Definition at line 10 of file rotFromObs.py.

Variable Documentation

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

Definition at line 8 of file rotFromObs.py.