Overview#

The Analysis Tools package is used to create QA metrics from the LSST Pipelines outputs.

Currently, the Analysis Tools metrics are dispatched to the usdfdev_efd Sasquatch environment under the lsst.dm namespace.

The EFD Python client can be used to query these metrics.

For example, to get the list of analysis tools in the lsst.dm namespace, you can use:

from lsst_efd_client import EfdClient

client = EfdClient("usdfdev_efd", db_name="lsst.dm")

await client.get_topics()

Example notebooks#

Analysis Tools metrics

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