Metadata-Version: 2.1
Name: bilby_lisa
Version: 1.0.0a3
Summary: Python package to extend the functionality of `bilby` to perform Bayesian inference with the LISA gravitational-wave detector
Author-email: Charlie Hoy <charlie.hoy@port.ac.uk>, Laura Nuttall <laura.nuttall@port.ac.uk>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: bilby
Requires-Dist: bilby-pipe
Provides-Extra: docs
Requires-Dist: Sphinx >=1.2.2 ; extra == 'docs'
Requires-Dist: sphinx-immaterial ; extra == 'docs'
Requires-Dist: sphinx-tabs ; extra == 'docs'
Provides-Extra: parallel
Requires-Dist: parallel-bilby ; extra == 'parallel'

# bilby_lisa

## Description

Plug in for [`bilby`](https://lscsoft.docs.ligo.org/bilby/) to perform Bayesian
inference with LISA. See [this paper](https://arxiv.org/abs/2312.13039) for
details.

## Installation instructions

To install ``bilby_lisa``, please see the installation instructions
[`here`](https://bilby-lisa.readthedocs.io/en/latest/installation.html).

## Citing

If you make use of this code, please cite the
[`bilby_lisa` paper](https://arxiv.org/abs/2312.13039)

```
@article{Hoy:2023ndx,
    author = "Hoy, Charlie and Nuttall, Laura K.",
    title = "{BILBY in space: Bayesian inference for transient gravitational-wave signals observed with LISA}",
    eprint = "2312.13039",
    archivePrefix = "arXiv",
    primaryClass = "astro-ph.IM",
    month = "12",
    year = "2023"
}
```
