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

Class Box

source code


bandpass = Box(central wavelength, width) - both in Angstroms

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, ToInternal, __call__, __mul__, __rmul__, convert, resample, taper, unitResponse, validate_units, writefits

Inherited from Integrator: trapezoidIntegration, validate_fluxtable, validate_wavetable

Inherited from Integrator (private): _columnsFromASCII

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

Properties [hide private]

Inherited from SpectralElement: throughput, wave

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__