PA1Task

Python API summary

from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PA1Task
classPA1Task(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.

methodrun(metricName, matchedCatalog)

Calculate the photometric repeatability...

See also

See the PA1Task 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.

writeExtras

Default
False
Field type

bool Field

Write out the magnitude residuals and rms values for debugging.