Revision a84094d9e57b77e184c228fddfe0097af7b2275f authored by Thomas Dent on 12 January 2023, 14:46:30 UTC, committed by GitHub on 12 January 2023, 14:46:30 UTC
* Communicate p_terr to snr opt event

* allow for missing p_terr

* pass p_terr also for singles

* index hdf5 scalar dataset

* precautionary check

* comment

* Fix numpy.float deprecation

* guard against p_astro not being calculated

* don't forget singles
1 parent 867e049
Raw File
companion.txt
# other tools which may be useful
gwpy>=0.8.1

# HEALPix is very useful for some analysis.
healpy

# Needed for GraceDB uploads and skymap generation
ligo-gracedb>=2.7.8
ligo.skymap

# Needed for ringdown
pykerr

# auxiliary samplers
epsie>=1.0
cpnest
pymultinest
ultranest
https://github.com/willvousden/ptemcee/archive/master.tar.gz

# useful to look at PyCBC Live with htop
setproctitle

# Needed for `population_models` module
sympy>=1.9

# Needed for KDE trigger statistics
git+https://github.com/mennthor/awkde.git@master
scikit-learn
back to top