NirspecPhotomModel¶
-
class
jwst.datamodels.NirspecPhotomModel(init=None, phot_table=None, **kwargs)[source]¶ Bases:
jwst.datamodels.PhotomModelA data model for NIRSpec imaging, IFU, and MOS 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]
- grating: str[12]
- photmjsr: float32
- uncertainty: float32
- nelem: int16
- wavelength: float32[150]
- relresponse: float32[150]
- reluncertainty: float32[150]
Attributes Summary
schema_urlAttributes Documentation
-
schema_url= 'nirspec_photom.schema.yaml'¶
- init (any) – Any of the initializers supported by