Metadata-Version: 2.4
Name: ligo-raven
Version: 4.0rc2
Summary: Low-latency coincidence search between external triggers and GW candidates
Author-email: Alex Urban <alexander.urban@ligo.org>, Min-A Cho <min-a.cho@ligo.org>, Brandon Piotrzkowski <brandon.piotrzkowski@ligo.org>
License: GNU General Public License Version 3
Project-URL: Homepage, https://git.ligo.org/lscsoft/raven
Project-URL: Documentation, https://ligo-raven.readthedocs.io
Project-URL: Source Code, https://git.ligo.org/lscsoft/raven
Project-URL: Bug Tracker, https://git.ligo.org/lscsoft/raven/issues
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: numpy>=1.14.5
Requires-Dist: healpy!=1.12.0
Requires-Dist: hpmoc>=1.0.0
Requires-Dist: ligo-gracedb>=2.2.0
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: astropy-healpix
Requires-Dist: scipy>=0.7.2
Requires-Dist: ligo.skymap>=0.1.1
Requires-Dist: validators
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: pep517; extra == "docs"
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-argparse>=0.3.0; extra == "docs"
Requires-Dist: sphinxcontrib-mermaid>=0.7.1; extra == "docs"
Requires-Dist: tomli>=1.1.0; python_version < "3.11" and extra == "docs"
Dynamic: license-file

Welcome to RAVEN, the Rapid, on-source VOEvent Coincidence Monitor.

* [Quick Start Guide](https://ligo-raven.readthedocs.io/en/latest/quickstart.html)
* [Latest Development Documentation](https://ligo-raven.readthedocs.io/en/latest/)
* [Latest Release Documentation](https://lscsoft.docs.ligo.org/raven)
 
RAVEN is used in the LVK low-latency alert system in order to find associations
between gravitational waves and other astronomical transients via GraceDb. See the
following for more details:
* [gwcelery.tasks.external_triggers.py](https://igwn.readthedocs.io/projects/gwcelery/en/latest/gwcelery.tasks.external_triggers.html)
* [gwcelery.tasks.raven.py](https://igwn.readthedocs.io/projects/gwcelery/en/latest/gwcelery.tasks.raven.html)
* [gwcelery.tasks.external_skymaps.py](https://igwn.readthedocs.io/projects/gwcelery/en/latest/gwcelery.tasks.external_skymaps.html)

RAVEN is also designed to be able to perform these tasks via GraceDb in offline searches
as well.

The latest review documentation can be found at the following:
* https://wiki.ligo.org/Bursts/RavenReviewO4
* https://wiki.ligo.org/Bursts/RavenReview
* https://git.ligo.org/brandon.piotrzkowski/ravenreview

Legacy documentation can be found at the review documentation website:
* https://www.lsc-group.phys.uwm.edu/ligovirgo/cbcnote/GRBreview/RAVEN

