SpecModel¶
-
class
jwst.datamodels.SpecModel(init=None, spec_table=None, **kwargs)[source]¶ Bases:
jwst.datamodels.DataModelA data model for 1D spectra.
Parameters: - init (any) – Any of the initializers supported by
DataModel. - spec_table (numpy array) – A table with at least four columns: wavelength, flux, an error estimate for the flux, and data quality flags.
Attributes Summary
schema_urlAttributes Documentation
-
schema_url= 'spec.schema.yaml'¶
- init (any) – Any of the initializers supported by