Update home authored by Gregory Ashton's avatar Gregory Ashton
...@@ -2,6 +2,47 @@ This wiki page is intended to host the review materials and various misc studies ...@@ -2,6 +2,47 @@ This wiki page is intended to host the review materials and various misc studies
## Review for O3 ## Review for O3
### Prior files
For testing bilby, we have selected a set of priors based on the [IMRPhenomPV2 ROQ basis](https://git.ligo.org/lscsoft/ROQ_data/):
* [high_mass (defaults to 4s duration)](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/high_mass.prior)
* [4s](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/4s.prior)
* [8s](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/8s.prior)
* [16s](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/16s.prior)
* [32s](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/32s.prior)
* [64s](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/64s.prior)
* [128s](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/data_files/128s.prior)
**TODO**: check the luminosity_distance choices in these prior files make sense
### Review script
To run all tests in the review, we have a [review script](https://git.ligo.org/lscsoft/bilby_pipe/blob/master/bilby_pipe/review.py). This is accessible via the command line:
```console
(bilby) 16:29 ~: $ bilby_pipe_review --help
16:29 bilby_pipe INFO : Running bilby_pipe version: 0.1.0: (UNCLEAN) 60dd4a6 2019-05-27 06:20:46 -0500
16:29 bilby INFO : Running bilby version: 0.5.0: (CLEAN) b3077544 2019-05-26 20:52:37 -0700
usage:
optional arguments:
-h, --help show this help message and exit
--submit Submit the job
--bbh Fiducial BBH test
--bns Fiducial BNS test
--roq Use ROQ likelihood
--pp-test PP test test
--prior {128s,16s,32s,4s,64s,8s,high_mass}
The default prior to use
--duration {4,8,16,32,64,128}
Signal duration
```
### Fiducial BBH
* [`bilby_pipe_review --bbh --prior high_mass`](https://ldas-jobs.ligo.caltech.edu/~gregory.ashton/bilby_tests/review/outdir_fiducial_bbh_high_mass/result/)
* [`bilby_pipe_review --bbh --prior 4s --roq`](https://ldas-jobs.ligo.caltech.edu/~gregory.ashton/bilby_tests/review/outdir_fiducial_bbh_4s_ROQ/)
* [`bilby_pipe_review --bbh --prior 128s --roq`](https://ldas-jobs.ligo.caltech.edu/~gregory.ashton/bilby_tests/review/outdir_fiducial_bbh_128s_ROQ/result/)
## Misc. ## Misc.
... ...
......