PF1Task

Python API summary

from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PF1Task
classPF1Task(config: lsst.faro.measurement.MatchedCatalogMeasurementTasks.PA2TaskConfig, *args, **kwargs)

Base class for data processing tasks...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(matchedCatalog, metric_name)

Undocumented...

See also

See the PF1Task API reference for complete details.

Retargetable subtasks

No subtasks.

Configuration fields

brightSnrMax

Default
inf
Field type
float Field
Maximum median SNR for a source to be considered bright.

brightSnrMin

Default
50
Field type
float Field
Minimum median SNR for a source to be considered bright.

numRandomShuffles

Default
50
Field type
int Field
Number of trials used for random sampling of observation pairs.

randomSeed

Default
12345
Field type
int Field
Random seed for sampling.

threshPA2

Default
15.0
Field type
float Field
Threshold in mmag for PF1 calculation.

threshPF1

Default
10.0
Field type
float Field
Percentile of differences that can vary by more than threshPA2.