BarshadowModel¶
-
class
jwst.datamodels.BarshadowModel(init=None, data1x1=None, var1x1=None, data1x3=None, var1x3=None, **kwargs)[source]¶ Bases:
jwst.datamodels.ReferenceFileModelA data model for Bar Shadow correction information.
Parameters: - init (any) – Any of the initializers supported by
DataModel. - data (numpy array) – Array defining the bar shadow correction as a function of Y and wavelength.
- variance (numpy array) – Variance array.
Attributes Summary
schema_urlAttributes Documentation
-
schema_url= 'barshadow.schema.yaml'¶
- init (any) – Any of the initializers supported by