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

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

Functions

def computeObj
 Compute all computed obj fields from user-specified fields except path generator outputs. More...
 

Variables

list __all__ = ["computeObj"]
 

Function Documentation

def tcc.axis.computeObj.computeObj (   obj,
  doWrap,
  doRestart,
  reportLim,
  earth,
  inst,
  telMod,
  axeLim,
  tai 
)

Compute all computed obj fields from user-specified fields except path generator outputs.

Parameters
[in,out]objobject data Input fields include all user inputs and current state Ouput fields include all computed fields
[in]doWrapif True, obey ojb.wrapPref else force nearest wrap
[in]doRestart(3 bools) compute new position for (az, alt, rot) axis, if halted?
[in]reportLimreport hitting a position limit? WARNING: IGNORED AND LIKELY TO GO AWAY
[in]earthearth orientation predictions (tcc.base.Earth)
[in]instinstrument block (tcc.base.Inst)
[in]telModtelescope model (tcc.base.TelMod)
[in]axeLimaxes limits (tcc.base.AxeLim)
[in]taiTAI date at which to compute netUserPos and other values (MJD, seconds)

Definition at line 22 of file computeObj.py.

Variable Documentation

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

Definition at line 10 of file computeObj.py.