GuiderCalModel

class jwst.datamodels.GuiderCalModel(init=None, data=None, dq=None, err=None, plan_star_table=None, flight_star_table=None, pointing_table=None, centroid_table=None, track_sub_table=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A data model for FGS pipeline output files

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. 2-D
  • err (numpy array) – The error array. 3-D
  • plan_star_table (table) – The planned reference star table
  • flight_star_table (table) – The flight reference star table
  • pointing_table (table) – The pointing table
  • centroid_table (table) – The centroid packet table
  • track_sub_table (table) – The track subarray table

Attributes Summary

schema_url

Attributes Documentation

schema_url = 'guider_cal.schema.yaml'