ThermalComponent¶
- class stsynphot.observationmode.ThermalComponent(throughput_name, thermal_name, interpval=None)[source]¶
Bases:
ComponentClass 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). Seestsynphot.spectrum.interpolate_spectral_element().
- Attributes:
- throughput_name, thermal_namestr
Optical and thermal component filenames.
- throughput
synphot.spectrum.SpectralElementorNone Optical component spectrum object.
- emissivity
synphot.thermal.ThermalSpectralElementorNone Thermal component spectrum object.
Attributes Summary
Trueif component is empty.Attributes Documentation