PA1Task¶
Python API summary¶
from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PA1Task
-
class
PA1Task
(config, *args, **kwargs) A Task that computes the PA1 photometric repeatability metric from an input set of multiple visits of the same field
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the PA1Task
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.
writeExtras¶
Write out the magnitude residuals and rms values for debugging.