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:
CatalogMatchTaskA 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.QuantumContextinputRefs :lsst.pipe.base.InputQuantizedConnectionoutputRefs :lsst.pipe.base.OutputQuantizedConnection