Update SummaryReview script authored by Nicola De Lillo's avatar Nicola De Lillo
......@@ -9,14 +9,15 @@ $ summaryreview
Can be seen here.
# Review comments
## Step 1 (Run)
We have run
#### Step 1 (Run)
We run `pesummary` and `cbcBayesPostProc` on the posterior file `.hdf5` indicated at [PESummary-Review#Notes](https://git.ligo.org/lscsoft/pesummary/-/wikis/PESummary-Review#notes)
```
summaryreview -w /home/nicola.delillo/public_html/pesummary-review/summaryreview -s ~/pesummary-review/samples/PROD0_posterior_samples.hd
summaryreview -w /home/nicola.delillo/public_html/pesummary-review/summaryreview -s /home/nicola.delillo/pesummary-review/samples/PROD0_posterior_samples.hdf5
```
Where `-w` indicates the output directory.
#### 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
......
......