BarshadowModel

class jwst.datamodels.BarshadowModel(init=None, data1x1=None, var1x1=None, data1x3=None, var1x3=None, **kwargs)[source]

Bases: jwst.datamodels.ReferenceFileModel

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

Attributes Documentation

schema_url = 'barshadow.schema.yaml'