Skip to content

lsst/verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsst.verify

LSST Science Pipelines Verification Framework.

Packages can use lsst.verify to report metric measurements to LSST Data Management's SQUASH dashboard. The verify_metrics package supplies metric and specification definitions.

For background on the Verification Framework, see the SQR-017 (design) and SQR-019 (API demo) technotes.

Installation

This package is part of the LSST Science Pipelines and included in the lsst_distrib distribution.

You can learn how to install the Pipelines at https://pipelines.lsst.io/install.

Installation for developers

To develop this package, you can clone verify and install it into your existing Pipelines stack:

git clone https://github.com/lsst/verify
cd verify
eups declare -r . -t $USER verify git
setup -r . -t $USER
scons

Getting help and reporting bugs

If you're not part of the LSST Project, please post your question or issue in our support forum. It's easy to create a Community forum account.

We don't use GitHub Issues.

If you're part of the LSST Project, please create a JIRA ticket. Use the Verification component and verify label.

Contributing code

Follow LSST Data Management's workflow for code contributions.

License

This product includes software developed by the LSST Project. See the COPYRIGHT file.

This product's source code is licensed under the terms of GPLv3 (see LICENSE), and all documentation content is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.