Update SummaryReview script authored by Nicola De Lillo's avatar Nicola De Lillo
...@@ -17,11 +17,9 @@ summaryreview -w /home/nicola.delillo/public_html/pesummary-review/summaryreview ...@@ -17,11 +17,9 @@ summaryreview -w /home/nicola.delillo/public_html/pesummary-review/summaryreview
``` ```
Where `-w` indicates the output directory. Where `-w` indicates the output directory.
#### Step 2 (Look at the results) **Note**
The `.hdf5` file was produced with a different version of lalsimulation. This results in a conflict with the current version of lalsimulation: the approximant name of the `PROD0_posterior_samples.hdf5`, which is `IMRPhenomPv2NRtidal` (see the [config.ini](https://git.ligo.org/pe/O3/S190425z/blob/master/lalinference_ini_files/PROD0.ini)) , is mapped to a different approximant number at [group___l_a_l_sim_inspiral__h.html](https://lscsoft.docs.ligo.org/lalsuite/lalsimulation/group___l_a_l_sim_inspiral__h.html). The `.hdf5` file was produced with a different version of lalsimulation. This results in a conflict with the current version of lalsimulation: the approximant name of the `PROD0_posterior_samples.hdf5`, which is `IMRPhenomPv2NRtidal` (see the [config.ini](https://git.ligo.org/pe/O3/S190425z/blob/master/lalinference_ini_files/PROD0.ini)) , is mapped to a different approximant number at [group___l_a_l_sim_inspiral__h.html](https://lscsoft.docs.ligo.org/lalsuite/lalsimulation/group___l_a_l_sim_inspiral__h.html).
The webpage produced for the comparison can be seen at: [https://ligo.gravity.cf.ac.uk/~nicola.delillo/pesummary-review/summaryreview/home.html](https://ligo.gravity.cf.ac.uk/~nicola.delillo/pesummary-review/summaryreview/home.html)
Our current version of lalsimulation gives: Our current version of lalsimulation gives:
```bash ```bash
$ lalsim.GetApproximantFromString('IMRPhenomPv2_NRtidal') $ lalsim.GetApproximantFromString('IMRPhenomPv2_NRtidal')
...@@ -36,6 +34,11 @@ f['lalinference/lalinference_nest/posterior_samples'].attrs['LAL_APPROXIMANT'] = ...@@ -36,6 +34,11 @@ f['lalinference/lalinference_nest/posterior_samples'].attrs['LAL_APPROXIMANT'] =
f.close() f.close()
``` ```
#### Step 2 (Look at the results)
The webpage produced for the comparison can be seen at: [https://ligo.gravity.cf.ac.uk/~nicola.delillo/pesummary-review/summaryreview/home.html](https://ligo.gravity.cf.ac.uk/~nicola.delillo/pesummary-review/summaryreview/home.html)
## To do list ## To do list
* [ ] check 90% credible intervals * [ ] check 90% credible intervals
* [ ] bayes factors * [ ] bayes factors
... ...
......