liger_iris_pipeline.datamodels.imager

Classes

ImagerModel(*args, **kwargs)

A data model for the typical data product from the Liger or IRIS imager (single detector).

class liger_iris_pipeline.datamodels.imager.ImagerModel(*args, **kwargs)[source]

Bases: LigerIRISDataModel

A data model for the typical data product from the Liger or IRIS imager (single detector).

Parameters: data (np.ndarray): The science data array. err (np.ndarray): : The error array. dq (np.ndarray): 2D data quality array.

schema_url = 'https://oirlab.github.io/schemas/ImagerModel.schema'

The schema URI to validate the model against. If None, only basic validation of required metadata properties (filename, model_type) will occur.