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, waveunits=None)
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__, avgwave, check_overlap, check_sig, convert, efficiency, equivwidth, fwhm, integrate, pivot, rectwidth, resample, rmswidth, sample, taper, unitResponse, validate_units, writefits

Inherited from Integrator: trapezoidIntegration, validate_fluxtable, validate_wavetable

Inherited from Integrator (private): _columnsFromASCII

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

Properties [hide private]

Inherited from SpectralElement: throughput, wave

Inherited from object: __class__

Method Details [hide private]

__init__(self, center, width, waveunits=None)
(Constructor)

source code 

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

Overrides: object.__init__