ReferenceFileModel

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

Bases: jwst.datamodels.DataModel

A data model for reference tables

Parameters:init (any) – Any of the initializers supported by DataModel.

Attributes Summary

schema_url

Methods Summary

validate() Convenience function to be run when files are created.

Attributes Documentation

schema_url = 'referencefile.schema.yaml'

Methods Documentation

validate()[source]

Convenience function to be run when files are created. Checks that required reference file keywords are set.