Level1bModel

class jwst.datamodels.Level1bModel(init=None, data=None, refout=None, zeroframe=None, group=None, int_times=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A data model for raw 4D ramps level-1b products.

Parameters:
  • init (any) – Any of the initializers supported by DataModel.
  • data (numpy array) – The science data
  • zeroframe (numpy array) – The zero-frame data
  • refout (numpy array) – The MIRI reference output data
  • group (table) – The group parameters table
  • int_times (table) – The int_times table

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'level1b.schema.yaml'