SpecModel

class jwst.datamodels.SpecModel(init=None, spec_table=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A 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_url

Attributes Documentation

schema_url = 'spec.schema.yaml'