FilteroffsetModel
- class stdatamodels.jwst.datamodels.FilteroffsetModel(init=None, filters=None, instrument=None, **kwargs)
Bases:
ReferenceFileModelA model for filter-dependent boresight offsets.
Initialize the model.
- Parameters:
- initstr, None, optional
File name for input file in ASDF format from which to initialize the model.
- filterslist[dict], optional
Column and row offsets for each filter in pixels
- instrumentstr, optional
The instrument for which the filter offsets are defined
- **kwargs
Additional keyword arguments to pass to ReferenceFileModel.
Attributes Summary
The schema URI to validate the model against.
Methods Summary
validate()Check that required reference file keywords are set.
Attributes Documentation
- reftype = 'filteroffset'
- schema_url = 'http://stsci.edu/schemas/jwst_datamodel/filteroffset.schema'
The schema URI to validate the model against. If None, only basic validation of required metadata properties (filename, model_type) will occur.
Methods Documentation
- populate_meta()
- validate()
Check that required reference file keywords are set.