PF1Task¶
Python API summary¶
from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PF1Task
- 
classPF1Task(config, *args, **kwargs)
- A Task that computes PF1, the percentage of photometric repeatability measurements that deviate by more than PA2 mmag from the mean - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun(metricName, matchedCatalog)
- Calculate the percentage of outliers in the photometric repeatability values - ...
See also
See the PF1Task API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
brightSnrMax¶
Maximum median SNR for a source to be considered bright.
brightSnrMin¶
Minimum median SNR for a source to be considered bright.
nMinPhotRepeat¶
Minimum number of objects required for photometric repeatability.
threshPA2¶
Threshold in mmag for PF1 calculation.