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

Class Box

source code

 object --+        
          |        
 Integrator --+    
              |    
SpectralElement --+
                  |
                 Box

Instance Methods [hide private]
 
__init__(self, center, width)
Both center and width are assumed to be in Angstrom units, according to the synphot definition.
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, center, width)
(Constructor)

source code 

Both center and width are assumed to be in Angstrom units, according to the synphot definition.

Overrides: object.__init__