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

Поисковые слова: южная атлантическая аномалия
lsst.tcc: tcc.axis.oneSlewIter Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.axis.oneSlewIter Namespace Reference

Functions

def oneSlewIter
 Compute a slew for all axes, given the starting and target paths. More...
 

Variables

list __all__ = ["oneSlewIter"]
 
float MinPVTSep = 0.05
 

Function Documentation

def tcc.axis.oneSlewIter.oneSlewIter (   doAxis,
  oldMount,
  newMount,
  begTime,
  minTime,
  axeLim 
)

Compute a slew for all axes, given the starting and target paths.

Parameters
[in]doAxisslew this axis? A sequence of NAxes bools
[in]oldMountinitial position, as a list of NAxes PVTs
[in]newMounttarget coordinates, as a list of NAxes PVTs
[in]begTimestart time (TAI, MJD sec)
[in]minTimeminimum slew duration (sec)
[in]axeLimaxes limits, as an tcc.base.AxeLim where NAxes = tcc.base.NAxes
Returns
two items:
  • pathList: a list of NAxes pvtLists, where each pvtList is a list of PVTs describing the motion of that axis; if doAxis[axis] is false then pathList[axis] is an empty list
  • endTime: end time of slew (TAI, MJD sec)
Exceptions
RuntimeErrorif the slew ends too soon or cannot be computed

If no axes are to be slewed (slew not requested, or beginning or ending position is unknown), then endTime = begTime + minTime. No warning is given.

History: 2013-12-06 ROwen Converted from doSlew.for

Definition at line 15 of file oneSlewIter.py.

Variable Documentation

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

Definition at line 8 of file oneSlewIter.py.

float tcc.axis.oneSlewIter.MinPVTSep = 0.05

Definition at line 10 of file oneSlewIter.py.