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

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

Functions

def track
 
def loadChebyshevFile
 

Variables

list __all__ = ["track", "loadChebyshevFile"]
 
tuple _BadCoordSysNameList = ("Instrument", "GImage", "GProbe", "PtCorr", "Rotator")
 
tuple _BadCoordSysNameLCSet = set(csName.lower() for csName in _BadCoordSysNameList)
 
string _BadCoordSysDescr = ", "
 
tuple _ChebyDeprecatedKeyDict
 
tuple _ChebyRequiredKeySet = set(("chebyuser1", "chebyuser2", "chebydist"))
 
 _ChebyValidKeySet = _ChebyRequiredKeySet\
 

Function Documentation

def tcc.cmd.track.loadChebyshevFile (   tccActor,
  userCmd,
  obj 
)
Load chebyshev coefficients from a file

@param[in] tccActor  tcc actor; used for writeToOneUser
@param[in] userCmd  user command
@param[in,out] obj  object block into which to load chebyshev data
@return isNewRot

Definition at line 310 of file track.py.

def tcc.cmd.track.track (   tccActor,
  userCmd 
)
Implement the track command

@todo: Handle these qualifiers:
- ScanVelocity
- PtErr (raises a not implemented error)
@todo: for the position check, improve the error and warning reporting; right now it is much too minimal

@param[in,out] tccActor  tcc actor;
    modifies obj and slewCmd
@param[in,out] userCmd  track command

Definition at line 24 of file track.py.

Variable Documentation

list tcc.cmd.track.__all__ = ["track", "loadChebyshevFile"]

Definition at line 17 of file track.py.

string tcc.cmd.track._BadCoordSysDescr = ", "

Definition at line 21 of file track.py.

tuple tcc.cmd.track._BadCoordSysNameLCSet = set(csName.lower() for csName in _BadCoordSysNameList)

Definition at line 20 of file track.py.

tuple tcc.cmd.track._BadCoordSysNameList = ("Instrument", "GImage", "GProbe", "PtCorr", "Rotator")

Definition at line 19 of file track.py.

tuple tcc.cmd.track._ChebyDeprecatedKeyDict
Initial value:
1 = dict(
2  usecheby = "deprecated",
3  wavelen = "specify with Set Wavelength",
4  numchebycoeffs = "deprecated",
5  coordsys = "use 'userSys name date' instead",
6  az_wrappref = "deprecated?",
7  chebybegendtime = "times now specified in cheby<user1/user2/dist>",
8  chebycoeffsuser1 = "now use chebyuser1",
9  chebycoeffsuser2 = "now use chebyuser2",
10  chebycoeffsdist = "now user chebydist",
11 )

Definition at line 295 of file track.py.

tuple tcc.cmd.track._ChebyRequiredKeySet = set(("chebyuser1", "chebyuser2", "chebydist"))

Definition at line 306 of file track.py.

tcc.cmd.track._ChebyValidKeySet = _ChebyRequiredKeySet\

Definition at line 307 of file track.py.