NIRCAMGrismModel¶
-
class
jwst.datamodels.NIRCAMGrismModel(init=None, displ=None, dispx=None, dispy=None, invdispl=None, invdispx=None, invdispy=None, orders=None, **kwargs)[source]¶ Bases:
jwst.datamodels.ReferenceFileModelA model for a reference file of type “specwcs” for NIRCAM grisms.
This reference file contains the models for wave, x, and y polynomial solutions that describe dispersion through the grism
Attributes Summary
reftypeschema_urlMethods Summary
populate_meta()to_fits()Write a DataModel to a FITS file. validate()Convenience function to be run when files are created. Attributes Documentation
-
reftype= 'specwcs'¶
-
schema_url= 'specwcs_nircam_grism.schema.yaml'¶
Methods Documentation
-