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

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

Functions

def getPVTList
 Obtain a list of PVTs from a PVT list parameter. More...
 

Variables

list __all__ = ["getPVTList"]
 

Function Documentation

def tcc.parse.getPVTList.getPVTList (   pvtParam,
  numAxes,
  defTAI 
)

Obtain a list of PVTs from a PVT list parameter.

Parameters
[in]pvtParamthe PVT list parameter or qualifier
[in]numAxesnumber of axes of PVT data required
[in]defTAITAI date (MJD, seconds) to use if time is omitted
Returns
two items:
  • pvtList: a list of numAxes coordConv.PVT
  • numValues: the number of values explicitly specified by the user (positions, velocities and TAI, as appropriate)

Data must be in one of these forms, determined by the number of values the user provides: num values description 0 no values 2 two positions, if numAxes>2 numAxes position only: pos1, pos2, ... posNAxes 2*numAxes position and velocity: pos1, pos2, ... posNAxes, vel1, vel2, ... velNAxes 1 + 2*numAxes position, velocity and time: pos1, pos2, ... posNAxes, vel1, vel2, ... velNAxes, tai position defaults to 0, velocity defaults to 0 and tai defaults to current TAI

Exceptions
twistedActor.CommandErrorunder the following circumstances:
  • An invalid number of values is seen

Definition at line 10 of file getPVTList.py.

Variable Documentation

list tcc.parse.getPVTList.__all__ = ["getPVTList"]

Definition at line 8 of file getPVTList.py.