https://github.com/astrolabsoftware/fink-voevent
VOEvent integration in Fink
https://github.com/astrolabsoftware/fink-voevent
Last synced: 8 days ago
JSON representation
VOEvent integration in Fink
- Host: GitHub
- URL: https://github.com/astrolabsoftware/fink-voevent
- Owner: astrolabsoftware
- License: apache-2.0
- Created: 2019-12-18T14:52:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T06:42:23.000Z (over 5 years ago)
- Last Synced: 2025-02-28T07:49:16.138Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fink VOEvent integration
the goal of this repo is to have a handler for COMET to process and store in Parquet received VOEvent.
Handler:
- extract content of the alert based on its provider information (GRB, GW, neutrino, ...)
- Skip calibration, tests, or fake injections
- Save alert content in a Parquet file in HDFS
export HADOOP_HOME=$HADOOP_HDFS_HOME
Comet usage
```bash
# listen to voevent.4pisky.org
twistd -n comet \
--verbose \
--local-ivo=ivo://finkbroker/$(hostname) \
--remote=voevent.4pisky.org \
--cmd=fink_voevent/vo_writer.py
```
Debug
```bash
```