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

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

Functions

def checkTargetForSlew
 

Variables

list __all__ = ["checkTargetForSlew"]
 
float MaxVelFrac = 0.80
 

Function Documentation

def tcc.cmd.checkTargetForSlew.checkTargetForSlew (   tccActor,
  userCmd,
  newObj,
  isNewObj,
  isNewRot,
  doWrap,
  doRestart,
  perfect,
  tai 
)
Check a potential target for slewing or offsetting

@param[in] tccActor  tcc actor
@param[in,out] userCmd  user command (track, offset or rotate); state is set to Failed if the command is rejected
@param[in,out] newObj  proposed new object block, updated at tai date
@param[in] isNewObj  did the user request a new object position?
@param[in] isNewRot  did the user request a new rotator position? (ignored if instrument has no rotator)
@param[in] doWrap  apply wrap preferences (True for slewing to a new object, False for offsetting)
@param[in] doRestart  restart each axis (a sequence of 3 bools)
@param[in] perfect  if True then all axes must make it or the move is rejected
@param[in] tai  TAI date at which to update the obj block

Definition at line 21 of file checkTargetForSlew.py.

Variable Documentation

list tcc.cmd.checkTargetForSlew.__all__ = ["checkTargetForSlew"]

Definition at line 7 of file checkTargetForSlew.py.

float tcc.cmd.checkTargetForSlew.MaxVelFrac = 0.80

Definition at line 9 of file checkTargetForSlew.py.