Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1msg_1_1format_obj_fields.html
Дата изменения: Tue Sep 15 02:25:41 2015 Дата индексирования: Sun Apr 10 05:15:52 2016 Кодировка: Поисковые слова: solar eclipse |
lsst.tcc
1.2.2-3-g89ecb63
|
Classes | |
class | MoveItemKW |
Functions | |
def | formatChebyCoeff |
Format cheby coeffs. More... | |
def | formatCoordSys |
Format a coordinate system. More... | |
def | formatMag |
Format a magnitude. More... | |
def | formatPVT |
Format a single PVT. More... | |
def | formatPVTList |
Format a sequence of PVTs. More... | |
def | formatPVTCoord |
Format a PVTCoord. More... | |
def | formatPxPMRadVel |
Format a pxPMRadVel. More... | |
def | formatRotType |
Format rot type as a name; return "?" for unknown values. More... | |
def | formatWrapPref |
Format wrap preference as a name; return "?" for unknown values. More... | |
def | formatUseCheby |
Format boolean use cheby, either T or F. More... | |
def | makeObjBlockWriter |
Variables | |
list | __all__ |
dictionary | CoordSysNameKeyDict |
dictionary | RotTypeEnumKeyDict |
tuple | computedFields = set(["ObjZPMPos", "ObjNetPos", "ObjInstAng", "SpiderInstAng"]) |
tuple | objFieldKWDict |
tuple | moveItemKW = MoveItemKW() |
tuple | writerFromObjBlock = makeObjBlockWriter() |
def tcc.msg.formatObjFields.formatChebyCoeff | ( | chebyCoeff | ) |
Format cheby coeffs.
[in] | chebyCoeff | a list of floats |
Definition at line 36 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatCoordSys | ( | coordSys | ) |
Format a coordinate system.
[in] | coordSys | a coordConv.CoordSys |
Definition at line 43 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatMag | ( | mag | ) |
Format a magnitude.
Definition at line 64 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatPVT | ( | pvt | ) |
Format a single PVT.
The format is:
pos, vel, time
where all values are shown in decimal format (rather than exponential notation):
Example: "25.123456, -3.7654321, 2314.123456"
[in] | pvt | a coordConv.PVT |
Definition at line 69 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatPVTCoord | ( | pvtCoord | ) |
Format a PVTCoord.
[in] | pvtCoord | a coordConv.PVTCoord |
Definition at line 98 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatPVTList | ( | pvtList | ) |
Format a sequence of PVTs.
The format is: PVT(pos, vel, time) where all values are shown in decimal format (rather than exponential notation):
[in] | pvtList | sequence of coordConv.PVT |
Definition at line 85 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatPxPMRadVel | ( | pxPMRadVel | ) |
Format a pxPMRadVel.
[in] | pxPMRadVel | a tcc.base.PxPMRadVel |
Definition at line 107 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatRotType | ( | rotType | ) |
Format rot type as a name; return "?" for unknown values.
[in] | rotType | a rotation type (a tcc.base.RotTypeEnum) |
Definition at line 115 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatUseCheby | ( | useCheby | ) |
Format boolean use cheby, either T or F.
[in] | useCheby | obj (field on obj block) |
Definition at line 129 of file formatObjFields.py.
def tcc.msg.formatObjFields.formatWrapPref | ( | wrapType | ) |
Format wrap preference as a name; return "?" for unknown values.
[in] | wrapType | a wrap preference type (a tcc.base.WrapTypeEnum) |
Definition at line 122 of file formatObjFields.py.
def tcc.msg.formatObjFields.makeObjBlockWriter | ( | ) |
Definition at line 213 of file formatObjFields.py.
list tcc.msg.formatObjFields.__all__ |
Definition at line 10 of file formatObjFields.py.
tuple tcc.msg.formatObjFields.computedFields = set(["ObjZPMPos", "ObjNetPos", "ObjInstAng", "SpiderInstAng"]) |
Definition at line 139 of file formatObjFields.py.
dictionary tcc.msg.formatObjFields.CoordSysNameKeyDict |
Definition at line 16 of file formatObjFields.py.
tuple tcc.msg.formatObjFields.moveItemKW = MoveItemKW() |
Definition at line 247 of file formatObjFields.py.
tuple tcc.msg.formatObjFields.objFieldKWDict |
Definition at line 141 of file formatObjFields.py.
dictionary tcc.msg.formatObjFields.RotTypeEnumKeyDict |
Definition at line 29 of file formatObjFields.py.
tuple tcc.msg.formatObjFields.writerFromObjBlock = makeObjBlockWriter() |
Definition at line 248 of file formatObjFields.py.