Module for parsing Heimdall output and clustering candidates to trigger voltage recording.
python setup.py install
or within poetry,
poetry install
poetry shell
- python 3.6+
- astropy
- numpy
- hdbscan
- install development version
pytest
(all should pass)python scripts/run_T2.py
(waits for socket connection on port 12345)- run heimdall
./heimdall -f ~gcchen/fake_data/test_32beams_10p_5w.fil -output_dir ~/ -dm 10 2000 -dm_tol 1.25 -nsamps_gulp 4096 -detect_thresh 8 -boxcar_max 12 -nbeams 32 -v -coincidencer 127.0.0.1:12345
pytest