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.
PyOmicron can be installed using pip
:
python -m pip install pyomicron
or conda:
conda install -c conda-forge pyomicron
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.