liger_iris_pipeline.assign_wcs.assign_wcs_step

Classes

AssignWCSStep([config_file])

class liger_iris_pipeline.assign_wcs.assign_wcs_step.AssignWCSStep(config_file: str | None = None, **kwargs)[source]

Bases: LigerIRISStep

class_alias = 'assign_wcs'
process(input)[source]

This is where real work happens. Every Step subclass has to override this method. The default behaviour is to raise a NotImplementedError exception. The signature must be process(self, input : str | LigerIRISDataModel | LigerIRISAssociation).

reference_file_types: ClassVar = []