Package pysynphot :: Module observationmode :: Class CompTable
[hide private]
[frames] | no frames]

Class CompTable

source code


CompTable class; opens the specified comptable and populates 1-d arrays of component names and file names in the members compnames and filenames

Instance Methods [hide private]
 
__init__(self, CFile=None)
__init__ instantiates the CompTable object, given the comptable file name as an input string.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, CFile=None)
(Constructor)

source code 
__init__ instantiates the CompTable object, given the comptable
file name as an input string.

Input:   string CFile containing comptable name
Effect:  populates two data members: compnames and filenames
         Both are 1-d chararrays

Overrides: object.__init__