PA1Task¶
Python API summary¶
from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PA1Task
-
class
(config: lsst.faro.measurement.MatchedCatalogMeasurementTasks.PA1TaskConfig, *args, **kwargs)PA1Task
Base class for data processing tasks
...
-
attribute
config
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.
numRandomShuffles¶
Number of trials used for random sampling of observation pairs.
randomSeed¶
Random seed for sampling.