PF1Task#
- class lsst.faro.measurement.PF1Task(config: PF1Config, *args, **kwargs)#
Bases:
TaskA Task that computes PF1, the percentage of photometric repeatability measurements that deviate by more than PA2 mmag from the mean.
Notes#
The intended usage is to retarget the run method of
lsst.faro.measurement.TractMatchedMeasurementTaskto PF1Task. This Task uses the same set of photometric residuals that are calculated for the PA1 metric. This metric is calculated on a set of matched visits, and aggregated at the tract level.Methods Summary
run(metricName, matchedCatalog)Calculate the percentage of outliers in the photometric repeatability values.
Methods Documentation
- run(metricName, matchedCatalog)#
Calculate the percentage of outliers in the photometric repeatability values.
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 percentage of repeatability outliers, and associated metadata.
- matchedCatalog