PA1Task

Python API summary

from lsst.faro.measurement.MatchedCatalogMeasurementTasks import PA1Task
classPA1Task(config: lsst.faro.measurement.MatchedCatalogMeasurementTasks.PA1TaskConfig, *args, **kwargs)

Base class for data processing tasks...

attributeconfig

Access configuration fields and retargetable subtasks.

methodrun(matchedCatalog, metric_name)

Undocumented...

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
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.