Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/OEM_parser.html
Дата изменения: Fri Apr 8 12:46:13 2016
Дата индексирования: Mon Apr 11 00:44:23 2016
Кодировка:
Python: module OEM_parser
 
 
OEM_parser
index
OEM_parser.py

PURPOSE --
Parse OEM (Orbit Ephemeris Message) files.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
Initial implemetation 9/8/11

 
Modules
       
jwst_time_util

 
Classes
       
__builtin__.object
OEM
OEM_data
OEM_header
OEM_metadata

 
class OEM(__builtin__.object)
     Methods defined here:
__init__(self, filename)
output(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class OEM_data(__builtin__.object)
     Methods defined here:
__init__(self)
__repr__(self)
output(self)
parser(self, lines)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class OEM_header(__builtin__.object)
     Methods defined here:
__init__(self)
__repr__(self)
output(self)
parser(self, lines)
Given a file pointer, extract the OEM header.
set(self, key, value)
Set header key-value pairs.  Only legal header keywords are allowed as keys.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class OEM_metadata(__builtin__.object)
     Methods defined here:
__init__(self)
__repr__(self)
output(self)
parser(self, lines)
set(self, key, value)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
test(*args)