ThermalComponent

class stsynphot.observationmode.ThermalComponent(throughput_name, thermal_name, interpval=None)[source]

Bases: Component

Class to handle thermal components in BaseObservationMode.

Parameters:
throughput_name, thermal_namestr

Optical and thermal component filenames.

interpvalfloat or None

If not None, interpolate to the given value (optical only). See stsynphot.spectrum.interpolate_spectral_element().

Attributes:
throughput_name, thermal_namestr

Optical and thermal component filenames.

throughputsynphot.spectrum.SpectralElement or None

Optical component spectrum object.

emissivitysynphot.thermal.ThermalSpectralElement or None

Thermal component spectrum object.

Attributes Summary

empty

True if component is empty.

Attributes Documentation

empty

True if component is empty.