Coincidence system backend for SNEWS alert trigger.
The package can be installed via setuptools
or poetry
. See this page for more details.
Clone this repo and change into the directory:
git clone https://github.com/SNEWS2/SNEWS_Coincidence_System.git
cd SNEWS_Coincidence_System
snews_cs
is the main software running on the servers to initiate coincidence seraches, and trigger alerts.
Basic usage is starting the coincidence search with the following command:
snews_pt run-coincidence --no-firedrill
The command line tool provides information about the available commands and options:
snews_pt --help
The heartbeat feedbacks can be tracked via the following command:
snews_pt run-feedback
For more details and advanced usage, see the documentation.
Please visit the Developer Notes page for more details. Anytime a new package needs to be introduced, please do so over poetry and update the requirements.txt file for the setuptools using poetry as described in the notes.