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

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

Functions

def getPVTPairPxPMRadVel
 Obtain object data from a parsed command, and perform some sanity checks. More...
 

Variables

list __all__ = ["getPVTPairPxPMRadVel"]
 

Function Documentation

def tcc.parse.getPVTPxPMRadVel.getPVTPairPxPMRadVel (   parsedCmd,
  coordName,
  defTAI 
)

Obtain object data from a parsed command, and perform some sanity checks.

Read one parameter that contains pos1, pos2, [vel1, [vel2, [tai]]] and the following qualifiers: /Distance /Px /PM /RV.

Parameters
[in]parsedCmdthe parsed command
[in]coordNamename of coord parameter
[in]defTAITAI date to use if time not specified (MJD, seconds)
Returns
:
  • pvtPair: a pair of PVTs (tcc.base.ArrayPVT2), or None if the pvt parameter is absent
  • pxPMRadVel: parallax, proper motion and radial velocity, as a tcc.base.PxPMRadVel
Exceptions
twistedActor.CommandErrorunder the following circumstances:
  • /Distance and /Px are both specified
  • Any of /Distance /Px /PM /RV is specified and no position is provided

Definition at line 11 of file getPVTPxPMRadVel.py.

Variable Documentation

list tcc.parse.getPVTPxPMRadVel.__all__ = ["getPVTPairPxPMRadVel"]

Definition at line 9 of file getPVTPxPMRadVel.py.