Daniel Finstad1, Soumi De1, Duncan A. Brown1, Edo Berger2, Christopher M. Biwer1,3
1Department of Physics, Syracuse University, Syracuse, NY 13244, USA
2Harvard-Smithsonian Center for Astrophysics, Cambridge, Massachusetts 02139, USA
3Applied Computer Science (CCS-7), Los Alamos National Laboratory, Los Alamos, NM, 87545, USA
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 United States License.
This notebook is a companion to the paper posted at arxiv:1804.04179. It demonstrates how to read and use our posterior proability density files from the MCMC and shows how to reconstruct Figure 1 in the paper from the raw data.
We encourage use of these data in derivative works. If you use the material provided here, please cite the paper using the reference:
bibtex key here
The data provided contain the thinned posterior samples from the MCMC chains used to produce the posterior proability density plots shown in Figure 1. These data are stored in the files:
-
gw_only_posteriors.hdf contains the posterior samples from the MCMC where we only use the gravitational-wave data.
-
gw_and_skyloc_posteriors.hdf containes the posterior samples from the MCMC where we use the gravitational-wave data and fix the sky location of GW170817 to RA = 197.450374, Dec = -23.381495 from Soares-Santos et al. (2017).
-
gw_skyloc_and_dist_posteriors.hdf contains the posterior samples from the MCMC where we use the gravitational-wave data, fix the sky location of GW170817 to RA = 197.450374, Dec = -23.381495 from Soares-Santos et al., (2017), and use a Gaussian prior on the luminosity distance taken from Cantiello et al. (2018).
The results used in the paper were generated with the PyCBC v1.9.4 release.
This notebook can be run from a PyCBC Docker container, or a machine with PyCBC installed. Instructions for downloading the docker container are available from the PyCBC home page. To start a container with instance of Jupyter notebook, run the commands
docker pull pycbc/pycbc-el7:v1.9.4
docker run -p 8888:8888 --name pycbc_notebook -it pycbc/pycbc-el7:v1.9.4 /bin/bash -l
Once the container has started, this git repository can be downloaded with the command:
git clone https://github.com/sugwg/gw170817-inclination-angle.git
The notebook server can be started inside the container with the command:
jupyter notebook --ip 0.0.0.0 --no-browser
You can then connect to the notebook server at the URL printed by jupyter
. Navigate to the directory gw170817-inclination-angle
in the cloned git repository and open data_release_companion.ipynb, the notebook that demonstartes use of these reults.
We thank Stefan Ballmer and Steven Reyes for useful discussions. We thank Alexander H. Nitz and Collin D. Capano for useful discussions on setting up this notebook. We particularly thank Collin D. Capano for contributing to the development of PyCBC Inference; unfortunately, he did not wish to be an author of this work because of restrictions required by the LIGO Scientific Collaboration policies.
This work was supported by U.S. National Science Foundation awards PHY-1404395 (DAB, CMB), PHY-1707954 (DAB, SD, DF) and AST-1714498 (EB). Computational work was supported by Syracuse University and National Science Foundation award OAC-1541396. DAB, EB, and SD acknowledge the Kavli Institute for Theoretical Physics which is supported by the National Science Foundation award PHY-1748958.
Conceptualization, DAB and EB; Methodology, DAB, EB, CMB, SD, and DF; Software: CMB and CDC; Validation: SD; Formal Analysis: DF; Investigation: SD and DF; Resources: DAB; Data Curation: DAB and DF; Writing – Original Draft: DF; Writing – Review and Editing: DAB, EB, CMB, SD, and DF; Visualization: DF, CDC, AHN; Supervision: DAB; Project Administration: DAB; Funding Acquisition: EB, DAB.