Package pysynphot :: Module obsbandpass :: Class ObsModeBandpass
[hide private]
[frames] | no frames]

Class ObsModeBandpass

source code


Bandpass instantiated from an obsmode string

Instance Methods [hide private]
 
__init__(self, ob)
Instantiate a COmpositeSpectralElement by means of an ObservationMode (which the caller must have already created from an obstring
source code
 
__str__(self)
Defer to ObservationMode component
source code
 
__len__(self)
Defer to ObservationMode component
source code
 
showfiles(self)
Defer to ObservationMode component
source code
 
_checkbounds(self) source code

Inherited from spectrum.CompositeSpectralElement: GetWaveSet, __call__

Inherited from spectrum.SpectralElement: GetThroughput, ToInternal, __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__

Properties [hide private]

Inherited from spectrum.CompositeSpectralElement: wave

Inherited from spectrum.SpectralElement: throughput

Inherited from object: __class__

Method Details [hide private]

__init__(self, ob)
(Constructor)

source code 

Instantiate a COmpositeSpectralElement by means of an ObservationMode (which the caller must have already created from an obstring

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

Defer to ObservationMode component

Overrides: object.__str__