PF1Task¶
Python API summary¶
from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PF1Task
-
class
(config: lsst.faro.measurement.MatchedCatalogMeasurementTasks.PA2TaskConfig, *args, **kwargs)PF1Task
Base class for data processing tasks
...
-
attribute
config
Access configuration fields and retargetable subtasks.
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.
numRandomShuffles¶
Number of trials used for random sampling of observation pairs.
randomSeed¶
Random seed for sampling.
threshPA2¶
Threshold in mmag for PF1 calculation.
threshPF1¶
Percentile of differences that can vary by more than threshPA2.