ModelPhotRepTask#
- class lsst.faro.measurement.ModelPhotRepTask(config: ModelPhotRepConfig, *args, **kwargs)#
Bases:
Task- A Task that computes a ModelPhotRep photometric repeatability metric
from an input set of multiple visits of the same field.
Notes#
The intended usage is to retarget the run method of
lsst.faro.measurement.TractMatchedMeasurementTaskto ModelPhotRepTask. This metric is calculated on a set of matched visits, and aggregated at the tract level.Methods Summary
run(metricName, matchedCatalog)Calculate the photometric repeatability.
Methods Documentation
- run(metricName, matchedCatalog)#
Calculate the photometric repeatability.
Parameters#
- matchedCatalog
lsst.afw.table.base.Catalog Catalogobject as created bymultiMatchmatching of sources from multiple visits.- metricName
str The name of the metric.
Returns#
- measurement
lsst.verify.Measurement Measurement of the repeatability and its associated metadata.
- matchedCatalog