FgsPhotomModel¶
-
class
jwst.datamodels.FgsPhotomModel(init=None, phot_table=None, **kwargs)[source]¶ Bases:
jwst.datamodels.PhotomModelA data model for FGS 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.
- photmjsr: float32
- uncertainty: float32
- nelem: int16
- wavelength: float32[5000]
- relresponse: float32[5000]
Attributes Summary
schema_urlAttributes Documentation
-
schema_url= 'fgs_photom.schema.yaml'¶
- init (any) – Any of the initializers supported by