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

Class Band

source code

 object --+        
          |        
 Integrator --+    
              |    
SpectralElement --+
                  |
                 Band

Instance Methods [hide private]
 
__init__(self, args)
Band derived from a reference file.
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__, __str__

Class Variables [hide private]

Inherited from SpectralElement: throughput, wave

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, args)
(Constructor)

source code 

Band derived from a reference file.

Overrides: object.__init__