NirissPhotomModel¶
-
class
jwst.datamodels.NirissPhotomModel(init=None, phot_table=None, **kwargs)[source]¶ Bases:
jwst.datamodels.PhotomModelA data model for NIRISS photom reference files.
Parameters: - init (any) – Any of the initializers supported by
DataModel. - phot_table (numpy array) –
A table-like object containing row selection criteria made up of instrument mode parameters and photometric conversion factors associated with those modes.
- filter: str[12]
- pupil: str[12]
- order: int16
- photmjsr: float32
- uncertainty: float32
- nelem: int16
- wavelength: float32[5000]
- relresponse: float32[5000]
Attributes Summary
schema_urlAttributes Documentation
-
schema_url= 'niriss_photom.schema.yaml'¶
- init (any) – Any of the initializers supported by