lsst.faro¶
The lsst.faro
module contains code for computing scientific performance metrics on the outputs of the LSST science pipelines.
Prior to the development of the Gen3 middleware, the Gen2-based lsst.validate.drp
package computed scientific performance metrics.
lsst.faro
is the new Gen3 middleware- and PipelineTask- based package for computing scientific performance metrics.
The algorithms implemented in validate_drp
were ported as-is to run in lsst.faro
.
validate_drp
is now deprecated; all future development of metrics will be carried out in lsst.faro
.
Design and Development¶
Using faro¶
Contributing¶
lsst.faro
is developed at https://github.com/lsst/faro.
You can find Jira issues for this module under the faro component.
Python API reference¶
lsst.faro Package¶
lsst.faro.base Package¶
Classes¶
|
Configuration for CatalogMeasurementBaseTask. |
|
|
|
Base class for science performance metrics measured from source/object catalogs. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Extension of NumSourcesTask to count sources in a matched catalog |
|
|
|
Simple default task to count the number of sources/objects in catalog. |
|
|
|
lsst.faro.preparation Package¶
Classes¶
|
|
|
|
|
|
|
|
|
|
|
|
|
lsst.faro.measurement Package¶
Classes¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Configuration for DetectorTableMeasurementTask. |
|
Base class for science performance metrics measured on single-detector source catalogs. |
|
|
|
A Task that computes a ModelPhotRep photometric repeatability metric |
|
Config fields for the PA1 photometric repeatability metric. |
|
A Task that computes the PA1 photometric repeatability metric from an input set of multiple visits of the same field. |
|
|
|
A Task that computes PF1, the percentage of photometric repeatability measurements that deviate by more than PA2 mmag from the mean. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Configuration for VisitTableMeasurementTask. |
|
Base class for science performance metrics measured on single-visit source catalogs. |
|
|
|
lsst.faro.summary Package¶
Classes¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|