SuperNova Async Pipeline: combining
Project description
snap-combine
Code for combining SN significance from several detectors/experiments.
This package contains plugins for SNAP framework.
Installation
python -m pip install snap-combine
Example
Example configurations provided the examples
dir use these steps to
- client_sender.yml: generate client data, calculate significance and send it (via ipc zeromq socket) to combiner node
- combine.yml: receive client significance time series, combine them and apply thresholds.
On client side run
DETECTOR="det_name_1" snap_run client_sender.yml
Optionally in another terminal session:
DETECTOR="det_name_2" snap_run client_sender.yml
In another session (combination side):
snap_run combine.yml
You should see the monitoring ticks for all nodes.
Also you should see the files with the data output: data_received.dat
,data_combined.dat
and data_triggered.dat
.
After about 120s from the client start, a supernova signal will be emitted, so the significance becomes elevated, and the Trigger counter will advance.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for snap_combine-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32dc56cab2b8e5422e8dacae7dd2844bf64f5f708ceccb71e1ab49a48c2c0455 |
|
MD5 | f24c72cfb9f98eed41bab8e4017fef47 |
|
BLAKE2b-256 | 730f0a3ac55c875aba99d330455fc1bb3d58154cce31812155e822300dee6e23 |