TrapsFilledModel

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

Bases: jwst.datamodels.DataModel

A data model for the number of traps filled for a detector, for persistence.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • data (numpy array) – The map of the number of traps filled over the detector, with one plane for each “trap family.”

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'trapsfilled.schema.yaml'