TrapParsModel

class jwst.datamodels.TrapParsModel(init=None, trappars_table=None, **kwargs)[source]

Bases: jwst.datamodels.ReferenceFileModel

A data model for trap capture and decay parameters.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • trappars_table (numpy array) – A table with three columns for trap-capture parameters and one column for the trap-decay parameter. Each row of the table is for a different trap family.

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'trappars.schema.yaml'