Metadata-Version: 2.1
Name: mock-event-generator
Version: 1.4.1
Summary: Re-create gravitational wave pipeline events by time-shifting existing ones.
Author-email: Pierre Chanial <pierre.chanial@apc.in2p3.fr>
Maintainer-email: Pierre Chanial <pierre.chanial@apc.in2p3.fr>
Keywords: scientific computing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: apischema
Requires-Dist: astropy
Requires-Dist: certifi
Requires-Dist: cryptography
Requires-Dist: lalsuite
Requires-Dist: ligo-gracedb (<2.8.0)
Requires-Dist: lxml
Requires-Dist: python-ligo-lw
Requires-Dist: requests
Requires-Dist: trio
Requires-Dist: typer[all]
Provides-Extra: tests
Requires-Dist: lalsuite ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-gracedb (>=0.7.2) ; extra == 'tests'
Requires-Dist: pytest-mock ; extra == 'tests'
Requires-Dist: pytest-socket ; extra == 'tests'
Requires-Dist: pytest-trio ; extra == 'tests'
Requires-Dist: pytest-freezegun ; extra == 'tests'
Requires-Dist: responses ; extra == 'tests'
Requires-Dist: setuptools-scm[toml] ; extra == 'tests'

# Mock Event Generator

This package re-generates past gravitational wave pipeline events by time-translating them. It fetches already existing events from a GraceDB server into a cache, shifts the time references as if they were created now and sends a request to GraceDB server to create a new event. By specifiying a super-event, all the online events that are part of it are re-created, either all at the same time, in a specific time interval, or as they were originally uploaded in GraceDB.

Documentation is [here](https://emfollow.docs.ligo.org/mock-event-generator/).
