| ... | @@ -36,6 +36,8 @@ We compare all results to LALInference Nest and MCMC runs using the IMRPhenomPv2 |
... | @@ -36,6 +36,8 @@ We compare all results to LALInference Nest and MCMC runs using the IMRPhenomPv2 |
|
|
|
|
|
|
|
These are the top-level instructions for PE-group members running bilby on the known events and comparing the results with LALInference. If you have questions or comments, we plan to coordinate on the [bilby-devel](https://chat.ligo.org/ligo/channels/bilby-devel) channel of chat.ligo.
|
|
These are the top-level instructions for PE-group members running bilby on the known events and comparing the results with LALInference. If you have questions or comments, we plan to coordinate on the [bilby-devel](https://chat.ligo.org/ligo/channels/bilby-devel) channel of chat.ligo.
|
|
|
|
|
|
|
|
|
**0. Identify the set of LALInference posterior samples** (ideally one for MCMC and one for Nest) that you'll compare against.
|
|
|
|
|
|
|
**1. Identify a python installation** with `bilby>=0.5.4`, and `bilby_pipe>=0.2.3`. You are free to do this however you like, one easy way (on CIT) is to run the following commands:
|
|
**1. Identify a python installation** with `bilby>=0.5.4`, and `bilby_pipe>=0.2.3`. You are free to do this however you like, one easy way (on CIT) is to run the following commands:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
| ... | @@ -58,14 +60,15 @@ $ mkdir ~/public_html/bilby_runs/GWXXXXXX/ |
... | @@ -58,14 +60,15 @@ $ mkdir ~/public_html/bilby_runs/GWXXXXXX/ |
|
|
$ cp ~/bilby_pe_event_samples/GWXXXXXX/run_setting_files/* ~/public_html/bilby_runs/GWXXXXXX/
|
|
$ cp ~/bilby_pe_event_samples/GWXXXXXX/run_setting_files/* ~/public_html/bilby_runs/GWXXXXXX/
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
**3. Run bilby** on your event using the configuration files and priors listed above
|
|
**4. Sanity check the ini file **, in the run_settings, there is a file `GWXXXXXX_*.ini` which defines all the run settings. Please take a look and check these make sense (e.g. the trigger time is correct, the waveform-approximant matches the LALInference samples you are comparing against, etc). For help with any of the parameters, first consult `bilby_pipe --help`, but if you are still confused please message [bilby-devel](https://chat.ligo.org/ligo/channels/bilby-devel).
|
|
|
|
|
|
|
|
|
|
|
|
**4. Run bilby** on your event using the configuration files and priors listed above
|
|
|
```bash
|
|
```bash
|
|
|
$ ~/public_html/bilby_runs/GWXXXXXX/
|
|
$ cd ~/public_html/bilby_runs/GWXXXXXX/
|
|
|
$ bilby_pipe GWXXXXXX_dynesty_IMRPhenomPV2.ini --submit
|
|
$ bilby_pipe GWXXXXXX_dynesty_IMRPhenomPV2.ini --submit
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
**4. Import the results** using the `import_results.py` script
|
|
**5. Import the results** using the `import_results.py` script
|
|
|
|
|
|
|
|
**5. Identify the set of LALInference posterior samples** (ideally one for MCMC and one for Nest) that you'll compare against.
|
|
|
|
|
|
|
|
|
|
**6. Create a pesummary page** comparing the reweighted bilby samples and the L.I. results |
|
**6. Create a pesummary page** comparing the reweighted bilby samples and the L.I. results |
|
|
|
\ No newline at end of file |