IFUCubeModel

class jwst.datamodels.IFUCubeModel(init=None, data=None, dq=None, err=None, weightmap=None, wavetable=None, hdrtab=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A data model for 3D IFU cubes.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • data (numpy array) – The science data. 3-D.
  • dq (numpy array) – The data quality array. 3-D.
  • err (numpy array) – The error array. 3-D
  • weightmap (numpy array) – The weight map array. 3-D
  • wavetable (1-D table) – Optional table of wavelengths of IFUCube slices

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'ifucube.schema.yaml'