Metadata-Version: 2.1
Name: nrsur-catalog
Version: 0.0.5
Summary: GW event posteriors obtained using numerical relativity surrogate models
Home-page: https://github.com/nrsur-catalog/nrsur_catalog
Author: NRSurrogate Catalog Team
Author-email: tousifislam24@gmail.com
Maintainer: NRSurrogate Catalog Team
Maintainer-email: tousifislam24@gmail.com
License: MIT
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: 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
[![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.
