NirspecIfuAreaModel

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

Bases: jwst.datamodels.ReferenceFileModel

A data model for the NIRSpec IFU 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 IFU slice id and the pixel area values associated with the slices.

    • slice_id: int16
    • pixarea: float32

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'nirspec_area_ifu.schema.yaml'