Metadata-Version: 2.4
Name: mock_event_generator
Version: 1.4.16
Summary: Re-create gravitational wave pipeline events by time-shifting existing ones.
Author-email: Roberto De Pietri <roberto.depietri@unipr.it>, Pierre Chanial <pierre.chanial@apc.in2p3.fr>
Maintainer-email: Roberto De Pietri <roberto.depietri@unipr.it>, 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: click<8.2.0
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: mocpy
Requires-Dist: certifi
Requires-Dist: cryptography
Requires-Dist: lalsuite
Requires-Dist: ligo-gracedb
Requires-Dist: ligo-skymap
Requires-Dist: lxml
Requires-Dist: data-science-types
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/).
