Metadata-Version: 2.4
Name: pyomicron
Version: 2.0.31
Summary: Python utilities and wrappers for GW Omicron
Home-page: https://github.com/gwpy/pyomicron
Download-URL: https://pypi.org/project/pyomicron/
Author: Duncan Macleod
Author-email: duncan.macleod@ligo.org
Maintainer: Joseph Areeda
Maintainer-email: joseph.areeda@ligo.org
License: "GPL-3.0-or-later"
Project-URL: Bug Tracker, https://github.com/gwpy/pyomicron/issues
Project-URL: Documentation, https://pyomicron.readthedocs.io
Project-URL: Source Code, https://github.com/gwpy/pyomicron.git
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: <3.12,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dqsegdb2>=1.2.0
Requires-Dist: gpstime
Requires-Dist: gwdatafind
Requires-Dist: gwpy>=2.0.0
Requires-Dist: h5py
Requires-Dist: htcondor
Requires-Dist: igwn-auth-utils[requests]>=0.2.0
Requires-Dist: ligo-segments
Requires-Dist: lscsoft-glue>=1.60.0
Requires-Dist: MarkupPy
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pycondor
Requires-Dist: python-ligo-lw>=1.4.0
Requires-Dist: omicron_utils
Provides-Extra: test
Requires-Dist: pytest>=3.9.1; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: requests-mock; extra == "test"
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinxcontrib-programoutput; extra == "docs"
Provides-Extra: conda
Requires-Dist: omicron>=2.3.12; extra == "conda"
Dynamic: download-url
Dynamic: license-file

Python utilities and extensions for the Omicron (C++) GW event trigger generator.

This package augments the core functionality of the Omicron ETG by providing utilities for building an HTCondor workflow (DAG) to parallelise processing, including segment-selection logic, frame-file discovery, and post-processing.

All credit for the actual Omicron algorithm goes to [Florent Robinet](//github.com/FlorentRobinet/), see [here](https://virgo.docs.ligo.org/virgoapp/Omicron/) for more details.

## Installation

PyOmicron can be installed using `pip`:

```shell
python -m pip install pyomicron
```

or conda:

```shell
conda install -c conda-forge pyomicron
```

## Project status

[![PyPI](https://badge.fury.io/py/pyomicron.svg)](http://badge.fury.io/py/pyomicron)
[![DOI](https://zenodo.org/badge/53675102.svg)](https://zenodo.org/badge/latestdoi/53675102)
[![License](https://img.shields.io/pypi/l/pyomicron.svg)](https://choosealicense.com/licenses/gpl-3.0/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pyomicron.svg)](https://pypi.org/project/pyomicron/)

## Development status

[![Build status](https://github.com/gwpy/pyomicron/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/gwpy/pyomicron/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/gwpy/pyomicron/branch/master/graph/badge.svg)](https://codecov.io/gh/gwpy/pyomicron)
[![Documentation](https://readthedocs.org/projects/pyomicron/badge/?version=latest)](https://pyomicron.readthedocs.io/en/latest/?badge=latest)

## License

PyOmicron is released under the GNU General Public License v3.0, see [here](https://choosealicense.com/licenses/gpl-3.0/) for a description of this license, or see [LICENSE](https://github.com/gwpy/pyomicron/blob/master/LICENSE) for the full text.
