FringeModel¶
-
class
jwst.datamodels.FringeModel(init=None, data=None, dq=None, err=None, dq_def=None, **kwargs)[source]¶ Bases:
jwst.datamodels.ReferenceFileModelA data model for 2D fringe correction images.
Parameters: - init (any) – Any of the initializers supported by
DataModel. - data (numpy array) – The science data.
- dq (numpy array) – The data quality array.
- err (numpy array) – The error array.
- dq_def (numpy array) – The data quality definitions table.
Attributes Summary
schema_urlAttributes Documentation
-
schema_url= 'fringe.schema.yaml'¶
- init (any) – Any of the initializers supported by