IRS2Model

class jwst.datamodels.IRS2Model(init=None, irs2_table=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A data model for the IRS2 refpix reference file.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • irs2_table (numpy array) – A table with 8 columns and 2916352 (2048 * 712 * 2) rows. All values are float, but these are interpreted as alternating real and imaginary parts (real, imag, real, imag, …) of complex values. There are four columns for ALPHA and four for BETA.

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'irs2.schema.yaml'