Analysis Tools metrics

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

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

The EFD Python client can be used to query them.

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.

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