https://github.com/lsst/verify
lsst.verify - LSST Science Pipelines Verification Framework
https://github.com/lsst/verify
Last synced: 11 months ago
JSON representation
lsst.verify - LSST Science Pipelines Verification Framework
- Host: GitHub
- URL: https://github.com/lsst/verify
- Owner: lsst
- License: gpl-3.0
- Created: 2017-04-10T18:15:48.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T20:54:47.000Z (about 2 years ago)
- Last Synced: 2024-04-30T22:03:37.114Z (about 2 years ago)
- Language: Python
- Homepage: https://pipelines.lsst.io/v/daily/modules/lsst.verify/
- Size: 1.35 MB
- Stars: 2
- Watchers: 56
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# lsst.verify
**LSST Science Pipelines Verification Framework.**
Packages can use `lsst.verify` to report metric measurements to LSST Data Management's [SQUASH](https://squash.lsst.codes) dashboard.
The [verify_metrics](https://github.com/lsst/verify_metrics) package supplies metric and specification definitions.
For background on the Verification Framework, see the [SQR-017](https://sqr-017.lsst.io) (design) and [SQR-019](https://sqr-019.lsst.io) (API demo) technotes.
## Installation
This package is part of the [LSST Science Pipelines](https://pipelines.lsst.io) 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](https://community.lsst.org/c/support).
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](https://jira.lsstcorp.org/).
Use the [Verification component](https://jira.lsstcorp.org/browse/DM/component/14170) and [verify label](https://jira.lsstcorp.org/issues/?jql=labels%20%3D%20verify).
## Contributing code
Follow [LSST Data Management's workflow](https://developer.lsst.io/processes/workflow.html) for code contributions.
## License
This product includes software developed by the [LSST Project](http://www.lsst.org/).
See the [COPYRIGHT](./COPYRIGHT) file.
This product's source code is licensed under the terms of GPLv3 (see [LICENSE](./LICENSE)), and all documentation content is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license.