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

Default
inf
Field type

float Field

Maximum median SNR for a source to be considered bright.

brightSnrMin

Default
200
Field type

float Field

Minimum median SNR for a source to be considered bright.

nMinPhotRepeat

Default
50
Field type

int Field

Minimum number of objects required for photometric repeatability.

threshPA2

Default
15.0
Field type

float Field

Threshold in mmag for PF1 calculation.