Документ взят из кэша поисковой машины. Адрес
оригинального документа
: 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 Кодировка: Поисковые слова: vallis |
lsst.tcc
1.2.2-3-g89ecb63
|
Functions | |
def | getPVTList |
Obtain a list of PVTs from a PVT list parameter. More... | |
Variables | |
list | __all__ = ["getPVTList"] |
def tcc.parse.getPVTList.getPVTList | ( | pvtParam, | |
numAxes, | |||
defTAI | |||
) |
Obtain a list of PVTs from a PVT list parameter.
[in] | pvtParam | the PVT list parameter or qualifier |
[in] | numAxes | number of axes of PVT data required |
[in] | defTAI | TAI date (MJD, seconds) to use if time is omitted |
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
twistedActor.CommandError | under the following circumstances:
|
Definition at line 10 of file getPVTList.py.
list tcc.parse.getPVTList.__all__ = ["getPVTList"] |
Definition at line 8 of file getPVTList.py.