Package pysynphot :: Module extinction :: Class Extinction
[hide private]
[frames] | no frames]

Class Extinction

source code


extinction = Extinction(extinction in magnitudes, 'gal1|smc|lmc reddening laws)

Instance Methods [hide private]
 
__init__(self, extval, redlaw)
Extinction mimics as a spectral element.
source code

Inherited from spectrum.SpectralElement: GetThroughput, GetWaveSet, ToInternal, __call__, __mul__, __rmul__, convert, fwhm, resample, sample, taper, unitResponse, validate_units, writefits

Inherited from spectrum.Integrator: trapezoidIntegration, validate_fluxtable, validate_wavetable

Inherited from spectrum.Integrator (private): _columnsFromASCII

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

Static Methods [hide private]
 
options() source code
Properties [hide private]

Inherited from spectrum.SpectralElement: throughput, wave

Inherited from object: __class__

Method Details [hide private]

__init__(self, extval, redlaw)
(Constructor)

source code 

Extinction mimics as a spectral element.

Overrides: object.__init__