Pipeline metrics#

Pipeline metrics are generated by the LSST Science Pipelines to evaluate the quality and the scientific performance of data processing. These metrics are defined in the Analysis Tools package and stored in the following databases in Sasquatch:

  • lsst.dm: Metrics computed by Data Management (DM) Science Pipelines.

  • lsst.verify: CI metrics for both AP and DRP processing.

  • lsst.prompt: Prompt Processing metrics.

Note

Pipeline metrics are temporally stored in the USDF development environment and are being migrated to the USDF production environment.

The same Python client used with the EFD data can be used to query these metrics.

Example notebook#

Pipeline metrics

Learn how to query Pipeline metrics using the EFD Python client and InfluxQL.

https://github.com/lsst-sqre/sasquatch/blob/main/docs/user-guide/notebooks/AnalysisTools.ipynb