PatchTableMeasurementTask#

class lsst.faro.measurement.PatchTableMeasurementTask(config, *args, **kwargs)#

Bases: CatalogMeasurementBaseTask

Base class for per-band science performance metrics measured on single-patch object catalogs.

Methods Summary

runQuantum(butlerQC, inputRefs, outputRefs)

Do Butler I/O to provide in-memory objects for run.

Methods Documentation

runQuantum(butlerQC, inputRefs, outputRefs)#

Do Butler I/O to provide in-memory objects for run.

This specialization of runQuantum performs error-handling specific to MetricTasks.