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
 
thermback(self)
Expose the thermal background calculation presently hidden in the obsmode class.
source code

Inherited from spectrum.CompositeSpectralElement: GetWaveSet, __call__, complist

Inherited from spectrum.SpectralElement: GetThroughput, ToInternal, __mul__, __rmul__, avgwave, check_overlap, check_sig, convert, efficiency, equivwidth, fwhm, integrate, pivot, rectwidth, resample, rmswidth, 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__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

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__

thermback(self)

source code 

Expose the thermal background calculation presently hidden in the obsmode class. Only bandpasses for which thermal information has been supplied in the graph table supports this method; all others will raise a NotImplementedError.