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

Class UniformTransmission

source code


bandpass=UniformTransmission(dimensionless throughput)


To Do: Need to add a GetWaveSet method (or just return None).

Instance Methods [hide private]
 
__init__(self, value, waveunits='angstrom')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
GetWaveSet(self)
Return the waveset in the requested units.
source code
 
__call__(self, wavelength)
__call__ returns the constant value as an array, given a wavelength array as argument.
source code

Inherited from SpectralElement: GetThroughput, ToInternal, __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, value, waveunits='angstrom')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

GetWaveSet(self)

source code 

Return the waveset in the requested units.

Overrides: SpectralElement.GetWaveSet
(inherited documentation)

__call__(self, wavelength)
(Call operator)

source code 

__call__ returns the constant value as an array, given a wavelength array as argument.

Overrides: SpectralElement.__call__