Extract1dImageModel

class jwst.datamodels.Extract1dImageModel(init=None, data=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A data model for the extract_1d reference image array.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • data (numpy array) – An array of values that define the extraction regions.

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'extract1dimage.schema.yaml'