Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1msg_1_1block_to_k_w.html
Дата изменения: Tue Sep 15 02:25:41 2015 Дата индексирования: Sun Apr 10 04:57:24 2016 Кодировка: Поисковые слова: molecular cloud |
lsst.tcc
1.2.2-3-g89ecb63
|
Classes | |
class | WriterFromBlock |
A class containing mapping information between fields on a block and a TCC keyword. More... | |
class | FieldKW |
Object for holding an attribute of a block, and a formatting function for that attribute. More... | |
Functions | |
def | isEqualOrNan |
Variables | |
list | __all__ = ["WriterFromBlock", "FieldKW"] |
def tcc.msg.blockToKW.isEqualOrNan | ( | a, | |
b | |||
) |
Return True if a==b or False otherwise, with special handling for float and coordConv.PVT Handle these types specially (and assumes a and b are the same type) - float: return True if both are nan - coordConv.PVT: return True if neither is finite
Definition at line 132 of file blockToKW.py.
list tcc.msg.blockToKW.__all__ = ["WriterFromBlock", "FieldKW"] |
Definition at line 10 of file blockToKW.py.