Extract1dImageModel¶
-
class
jwst.datamodels.Extract1dImageModel(init=None, data=None, **kwargs)[source]¶ Bases:
jwst.datamodels.DataModelA 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_urlAttributes Documentation
-
schema_url= 'extract1dimage.schema.yaml'¶
- init (any) – Any of the initializers supported by