- Notifications
You must be signed in to change notification settings - Fork7
Python utilities and extensions for the Omicron (C++) GW event trigger generator
License
gwpy/pyomicron
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 toFlorent Robinet, seehere for more details.
PyOmicron can be installed usingpip
:
python -m pip install pyomicron
or conda:
conda install -c conda-forge pyomicron
PyOmicron is released under the GNU General Public License v3.0, seehere for a description of this license, or seeLICENSE for the full text.
About
Python utilities and extensions for the Omicron (C++) GW event trigger generator