alecgunny / pyomicron

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, see here for more details.

Installation

PyOmicron can be installed using pip:

python -m pip install pyomicron

or conda:

conda install -c conda-forge pyomicron

Project status

PyPI DOI License Supported Python versions

Development status

Build status codecov Documentation

License

PyOmicron is released under the GNU General Public License v3.0, see here for a description of this license, or see LICENSE for the full text.

About

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

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%