PhotometricCatalogMatchTask#

class lsst.analysis.tools.tasks.PhotometricCatalogMatchTask(*, config: PipelineTaskConfig | None = None, log: logging.Logger | LsstLogAdapter | None = None, initInputs: dict[str, Any] | None = None, **kwargs: Any)#

Bases: CatalogMatchTask

A wrapper task to provide the information that is specific to the photometric reference catalog.

Methods Summary

runQuantum(butlerQC, inputRefs, outputRefs)

Run the matching to the photometric reference catalog.

Methods Documentation

runQuantum(butlerQC, inputRefs, outputRefs)#

Run the matching to the photometric reference catalog.

Parameters#

butlerQC : lsst.pipe.base.QuantumContext inputRefs : lsst.pipe.base.InputQuantizedConnection outputRefs : lsst.pipe.base.OutputQuantizedConnection