RSCDModel¶
-
class
jwst.datamodels.RSCDModel(init=None, rscd_table=None, **kwargs)[source]¶ Bases:
jwst.datamodels.ReferenceFileModelA 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_urlAttributes Documentation
-
schema_url= 'rscd.schema.yaml'¶
- init (any) – Any of the initializers supported by