Skip to content

hoyc1/public-pesummary-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to PESummary's public summarypages

This page contains summarypages generated with publically available data using the pesummary python package. 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.

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)
>>>

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.

About

Repository to hold summary pages made with the `pesummary` python package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published