TrapDensityModel

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

Bases: jwst.datamodels.ReferenceFileModel

A data model for the trap density of a detector, for persistence.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • data (numpy array) – The science data.
  • dq (numpy array) – The data quality array.
  • dq_def (numpy array) – The data quality definitions table.

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'trapdensity.schema.yaml'