NirspecSlitAreaModel

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

Bases: jwst.datamodels.ReferenceFileModel

A data model for the NIRSpec fixed-slit 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 the slit id and the pixel area values associated with the slits.

    • slit_id: str[15]
    • pixarea: float32

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'nirspec_area_slit.schema.yaml'