Skip to content
Snippets Groups Projects
Commit 93004e97 authored by Leo P. Singer's avatar Leo P. Singer
Browse files

Add mkdocs report

parent 7b0c67cc
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ GW*/output/*.txt
GW*/output/*.png
.ipynb_checkpoints
*.err
site
# Acceptance tests for [ligo.skymap](https://git.ligo.org/lscsoft/ligo.skymap)
This repository provides nightly acceptance testing for the BAYESTAR and its]
parent Python package, `ligo.skymap`. The pipeline is triggered nightly. For
implementation details, see [.gitlab-ci.yml](.gitlab-ci.yml).
The baseline results are from BAYESTAR in LALInference 1.9.4.1 (lscsoft/lalsuite@b05391e18175aa2496de895ae46cacd8906f6a32).
## First Two Years
### Test description
Run [`bayestar-localize-coincs`](https://lscsoft.docs.ligo.org/ligo.skymap/ligo/skymap/tool/bayestar_localize_coincs.html) on all 500 events from the ["First Two Years" study](https://www.ligo.org/scientists/first2years/).
Run [`bayestar-localize-coincs`](https://lscsoft.docs.ligo.org/ligo.skymap/tool/bayestar_localize_coincs.html) on all 500 events from the ["First Two Years" study](https://www.ligo.org/scientists/first2years/).
These events *do not* have SNR time series, so the test exercises BAYESTAR's code path for synthesizing fake SNR time series using the template autocorrelation function.
### Acceptance criteria
......@@ -37,7 +33,7 @@ In the five summary figures below, there is no visible difference between the ba
### Test description
Run [`bayestar-localize-lvalert`](https://lscsoft.docs.ligo.org/ligo.skymap/ligo/skymap/tool/bayestar_localize_lvalert.html) on the original input data from GraceDB for GW170814 and GW170817.
Run [`bayestar-localize-lvalert`](https://lscsoft.docs.ligo.org/ligo.skymap/tool/bayestar_localize_lvalert.html) on the original input data from GraceDB for GW170814 and GW170817.
These events *do* have SNR time series, so the test exercises BAYESTAR's code path for using existing SNR time series.
### Acceptance criteria
......@@ -51,19 +47,19 @@ These events *do* have SNR time series, so the test exercises BAYESTAR's code pa
| GW170814 | ![baseline][GW170814/baseline] | ![latest][GW170814/latest] | ![latest][GW170814/compare] |
| GW170817 | ![baseline][GW170817/baseline] | ![latest][GW170817/latest] | ![latest][GW170817/compare] |
[f2y/15/searched_prob]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2015/searched_prob.svg
[f2y/16/searched_prob]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2016/searched_prob.svg
[f2y/15/searched_prob_dist]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2015/searched_prob_dist.svg
[f2y/16/searched_prob_dist]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2016/searched_prob_dist.svg
[f2y/15/searched_prob_vol]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2015/searched_prob_vol.svg
[f2y/16/searched_prob_vol]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2016/searched_prob_vol.svg
[f2y/15/searched_area_hist]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2015/searched_area_hist.svg
[f2y/16/searched_area_hist]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2016/searched_area_hist.svg
[f2y/15/offset_hist]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2015/offset_hist.svg
[f2y/16/offset_hist]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/first2years/comparison/2016/offset_hist.svg
[GW170814/baseline]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/GW170814/baseline/bayestar.png
[GW170817/baseline]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/GW170817/baseline/bayestar.png
[GW170814/latest]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/GW170814/output/bayestar.png
[GW170817/latest]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/GW170817/output/bayestar.png
[GW170814/compare]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/GW170814/output/bayestar-failed-diff.png
[GW170817/compare]: https://lscsoft.docs.ligo.org/ligo-skymap-acceptance-tests/GW170817/output/bayestar-failed-diff.png
[f2y/15/searched_prob]: first2years/comparison/2015/searched_prob.svg
[f2y/16/searched_prob]: first2years/comparison/2016/searched_prob.svg
[f2y/15/searched_prob_dist]: first2years/comparison/2015/searched_prob_dist.svg
[f2y/16/searched_prob_dist]: first2years/comparison/2016/searched_prob_dist.svg
[f2y/15/searched_prob_vol]: first2years/comparison/2015/searched_prob_vol.svg
[f2y/16/searched_prob_vol]: first2years/comparison/2016/searched_prob_vol.svg
[f2y/15/searched_area_hist]: first2years/comparison/2015/searched_area_hist.svg
[f2y/16/searched_area_hist]: first2years/comparison/2016/searched_area_hist.svg
[f2y/15/offset_hist]: first2years/comparison/2015/offset_hist.svg
[f2y/16/offset_hist]: first2years/comparison/2016/offset_hist.svg
[GW170814/baseline]: GW170814/baseline/bayestar.png
[GW170817/baseline]: GW170817/baseline/bayestar.png
[GW170814/latest]: GW170814/output/bayestar.png
[GW170817/latest]: GW170817/output/bayestar.png
[GW170814/compare]: GW170814/output/bayestar-failed-diff.png
[GW170817/compare]: GW170817/output/bayestar-failed-diff.png
site_name: ligo.skymap Acceptance Tests
theme:
name: material
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment