pysynphot.observationmode.CompTable:
CompTable class; opens the specified comptable and populates 1-d
arrays of component names and file names in the members compnames
and filenames
pysynphot.observationmode.GraphTable:
GraphTable class; opens the specified graph table and populates 1-d
arrays of keyword names, innodes, outnodes and component names in
the members keywords, innodes, outnodes and compnames
pysynphot.observation.Spectrogram:
Class that represents objects that are not unlike regular Spectrum
objects, but differ from them in the fact that their flux variable
is not represented in units of flux density (photlam by default),
but in units of counts per detector pixel.
pysynphot.spectrum.CompositeSpectralElement:
CompositeSpectralElement Class, which knows how to calculate its
throughput by delegating the calculating the calculating to its
components.
pysynphot.spectrum.ThermalSpectralElement:
The ThermalSpectralElement class handles spectral elements that
have associated thermal properties read from a FITS table.
pysynphot.tickettest.MergeTestCase:
Demonstrate the problem described in ticket #34: Adding two
identical tabular spectra loses a pixel in the resulting spectrum's
table.