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

Class InterpolatedSpectralElement

source code


The InterpolatedSpectralElement class handles spectral elements that are interpolated from columns stored in FITS tables

Instance Methods [hide private]
 
__init__(self, fileName, wavelength)
The file name contains a suffix with a column name specification in between square brackets, such as [fr388n#].
source code
 
__str__(self)
str(x)
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__, __subclasshook__

Properties [hide private]

Inherited from SpectralElement: throughput, wave

Inherited from object: __class__

Method Details [hide private]

__init__(self, fileName, wavelength)
(Constructor)

source code 

The file name contains a suffix with a column name specification in between square brackets, such as [fr388n#]. The wavelength parameter (poorly named -- it is not always a wavelength) is used to interpolate between two columns in the file.

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)