NirspecMosAreaModel

class jwst.datamodels.NirspecMosAreaModel(init=None, area_table=None, **kwargs)[source]

Bases: jwst.datamodels.ReferenceFileModel

A data model for the NIRSpec MOS pixel area reference file

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • area_table (numpy array) –

    A table-like object containing row selection criteria made up of MOS shutter parameters and the pixel area values associated with the shutters.

    • quadrant: int16
    • shutter_x: int16
    • shutter_y: int16
    • pixarea: float32

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'nirspec_area_mos.schema.yaml'