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

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

Functions

def obsFromPtCorr
 Compute observed coordinates from pointing correction coordinates. More...
 

Variables

list __all__ = ["obsFromPtCorr"]
 

Function Documentation

def tcc.axis.obsFromPtCorr.obsFromPtCorr (   targPtCorrXY,
  obj,
  inst,
  taiDate 
)

Compute observed coordinates from pointing correction coordinates.

Parameters
[in]targPtCorrXYposition of target in pointing correction frame (a tcc.base.ArrayPVT2) (deg) i.e. a position in rotator coordinates where X is the direction of increasing azimuth
[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:
  • targObs: position of target in observed coordinates (a coordConv.PVTCoord)
  • targAzPtCorrAng: angle of direction of increasing azimuth at target in rotator coordinates (a coordConv.PVT)

Definition at line 10 of file obsFromPtCorr.py.

Variable Documentation

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

Definition at line 8 of file obsFromPtCorr.py.