Metadata-Version: 2.2
Name: nrsur_catalog
Version: 0.0.6
Summary: GW event posteriors obtained using numerical relativity surrogate models.
Author-email: Avi Vajpeyi <avi.vajpeyi@gmail.com>
Project-URL: Homepage, https://nrsur-catalog.github.io/NRSurCat-1
Project-URL: Bug Reports, https://giuthub.com/nrsur-catalog/nrsur_catalog/issues
Project-URL: Source, https://giuthub.com/nrsur-catalog/nrsur_catalog
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: loguru
Requires-Dist: bilby[gw]
Provides-Extra: dev
Requires-Dist: jupyter-book>=0.13.2; extra == "dev"
Requires-Dist: ploomber-engine>=0.0.23; extra == "dev"
Requires-Dist: tabulate; extra == "dev"
Requires-Dist: jupytext; extra == "dev"
Requires-Dist: ghp-import; extra == "dev"
Requires-Dist: sphinx_inline_tabs; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: GitPython; extra == "dev"
Requires-Dist: sphinx-inline-tabs; extra == "dev"
Requires-Dist: sphinxcontrib-bibtex; extra == "dev"
Requires-Dist: plotly; extra == "dev"
Requires-Dist: papermill; extra == "dev"
Requires-Dist: nbconvert; extra == "dev"
Requires-Dist: itables; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"

# NRSurrogate catalog
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8115310.svg)](https://doi.org/10.5281/zenodo.8115310)
[![arXiv](https://img.shields.io/badge/arXiv-2309.14473-b31b1b.svg)](https://arxiv.org/abs/2309.14473)
[![PyPI version](https://badge.fury.io/py/nrsur-catalog.svg)](https://badge.fury.io/py/nrsur-catalog)

This repository contains the Python package source code for the NRSurrogate Catalog API. This is a catalog of posterior samples associated with the paper "Analysis of GWTC-3 with fully precessing numerical relativity surrogate models". Install the package with
```
pip install nrsur_catalog
```

This package will allow users to download catalog data from the command line, load results, and make plots from within Python.  Please visit the [NRSurCat website](https://nrsur-catalog.github.io/NRSurCat-1/intro.html) for more information.

Docs live here:
https://nrsur-catalog.github.io/NRSurCat-1/api.html
