MiriImgPhotomModel

class jwst.datamodels.MiriImgPhotomModel(init=None, phot_table=None, **kwargs)[source]

Bases: jwst.datamodels.PhotomModel

A data model for MIRI imaging 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]
    • subarray: str[15]
    • photmjsr: float32
    • uncertainty: float32
    • nelem: int16
    • wavelength: float32[500]
    • relresponse: float32[500]

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'mirimg_photom.schema.yaml'