View on GitHub

PESummary's Public Summarypages

Welcome to PESummary’s public summarypages

This page contains summarypages generated with publically available data using the pesummary python package. This page acts as an accompaniment to the pesummary paper. All command lines that were used to generate the webpages can be found on the webpages themselves under the ‘Downloads’ tab. Details of the environment which was used to generate the webpages can seen under the ‘Version’ tab.

GW190412 - summarypages

These summarypages were generated with the publically available data released through the LIGO Document Control Center Portal. This file can be downloaded with python by running the following,

>>> import requests
>>> data = requests.get("https://dcc.ligo.org/public/0163/P190412/008/posterior_samples.h5")
>>> with open("posterior_samples.h5", "wb") as f:
...     f.write(data.content)
>>>

This result file stores the combined PHM samples under the label ‘combined’. As the comparison plots also use this label, we modify the combined PHM samples label before generating the summarypages with the following command line:

$ summarymodify --webdir ./ --samples posterior_samples.h5 --labels combined:combinedPHM --overwrite

Support or Contact

If you have any questions about this page or any of the data products listed on this page, do not hesitate to email Charlie Hoy.