Component¶
- class stsynphot.observationmode.Component(throughput_name, interpval=None)[source]¶
Bases:
objectClass to handle individual components in
BaseObservationMode.- Parameters:
- throughput_namestr
Component filename.
- interpvalfloat or
None If not
None, interpolate to the given value. Seestsynphot.spectrum.interpolate_spectral_element().
- Attributes:
- throughput_namestr
Component filename.
- throughput
synphot.spectrum.SpectralElementorNone Component spectrum object.
Attributes Summary
Trueifself.throughputis empty.Attributes Documentation