AmiLgModel

class jwst.datamodels.AmiLgModel(init=None, fit_image=None, resid_image=None, closure_amp_table=None, closure_phase_table=None, fringe_amp_table=None, fringe_phase_table=None, pupil_phase_table=None, solns_table=None, **kwargs)[source]

Bases: jwst.datamodels.DataModel

A data model for AMI LG analysis results.

Attributes Summary

schema_url

Methods Summary

get_primary_array_name() Returns the name “primary” array for this model, which controls the size of other arrays that are implicitly created.

Attributes Documentation

schema_url = 'amilg.schema.yaml'

Methods Documentation

get_primary_array_name()[source]

Returns the name “primary” array for this model, which controls the size of other arrays that are implicitly created. This is intended to be overridden in the subclasses if the primary array’s name is not “data”.