Revision 55429853e37d26cb6bea4ae8192af63c10f09fdb authored by Arthur Tolley on 12 September 2023, 23:05:27 UTC, committed by GitHub on 12 September 2023, 23:05:27 UTC
* Moving the live optimizer option changes to my own branch

* Completing the snr optimization argument group

* updating pycbc_live

* re-adding bug fix

* removing TODO message

* Bug with d_e options

* Adding optimizer-seed

* fixing the d_e optimizer

* replacing run.sh code

* resolve merge conflict

* fixing run.sh

* cleaning up args_to_string func

* changing comment

* codeclimate fixes

* module docstring

* Update module docstring copyright

Co-authored-by: Gareth S Cabourn Davies <gareth.cabourndavies@ligo.org>

* Add gareth

* removing argv

* argument changing

* removing duplicated arguments

* minor CC points

* remove bug introduced when making CC happier

---------

Co-authored-by: Gareth S Cabourn Davies <gareth.cabourndavies@ligo.org>
Co-authored-by: Thomas Dent <thomas.dent@usc.es>
1 parent 96d6ee3
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.10.0
ligo.skymap!=1.1.0

# 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
# FIXME Tito's fork to fix an awkde build error on Python 3.11
git+https://github.com/titodalcanton/awkde.git@py311_fix
scikit-learn
back to top