RSCDModel

class jwst.datamodels.RSCDModel(init=None, rscd_table=None, **kwargs)[source]

Bases: jwst.datamodels.ReferenceFileModel

A data model for the RSCD reference file.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • rscd_table (numpy array) – A table with seven columns, three string-valued that identify which row to select, and four float columns containing coefficients.

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'rscd.schema.yaml'