Package pysynphot :: Module spectrum :: Class TabularSpectralElement
[hide private]
[frames] | no frames]

Class TabularSpectralElement

source code

 object --+        
          |        
 Integrator --+    
              |    
SpectralElement --+
                  |
                 TabularSpectralElement

The TabularSpectralElement class handles spectral elements that are stored in tables.

Instance Methods [hide private]
 
__init__(self, fileName=None, thrucol='throughput')
__init__ takes a character string argument that contains the name of the file with the spectral element table.
source code
 
__str__(self)
str(x)
source code
 
getHeaderKeywords(self, header)
This is a placeholder for subclasses to get header keywords without having to reopen the file again.
source code

Inherited from SpectralElement: GetThroughput, GetWaveSet, __call__, __mul__, __rmul__, calcTotalFlux, calcUnitResponse, calcVegaFlux, convert, resample, taper, unitResponse, writefits

Inherited from Integrator: trapezoidIntegration

Inherited from Integrator (private): _columnsFromASCII

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

Class Variables [hide private]

Inherited from SpectralElement: throughput, wave

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fileName=None, thrucol='throughput')
(Constructor)

source code 

__init__ takes a character string argument that contains the name of the file with the spectral element table.

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)