Revision 4dc8cec535ed9d662dfc267713b8fb0d3100ae15 authored by Tito Dal Canton on 21 February 2024, 11:35:42 UTC, committed by GitHub on 21 February 2024, 11:35:42 UTC
* [pycbc_live] Simplify and fix how CLI options are passed to the SNR optimizer (#4628)

* adding non-optimizer specific options to args_to_string

* correct formatting

* simplifying if snr opt seed

* Adding extra-opts arg

* updating options in live example run.sh

* restoring deleted space

* removing redundant default

* moving all snr optimizer options to snr_opt_extra_opts

* updating argument help descriptions

* removing snr_opt options from pycbc live

* removing seed option from example

* removing args_to_string

* Actually, even simpler

---------

Co-authored-by: Tito Dal Canton <tito.dalcanton@ijclab.in2p3.fr>

* Stop testing on Python 3.7 (#4469)

* Bug: Live combine fits, different bin edge sizes causes an error (#4636)

* Update pycbc_live_combine_single_fits

* logging warn -> warning deprecation

* Improve how pycbc_live handles localization-only detectors (#4635)

* Improve how pycbc_live handles localization-only detectors

LOD = localization-only detectors

* Do not initialize single-detector FAR estimators for LOD
* Only use triggering detectors for PSD var statistic
* Correct the GraceDB annotation to explain which detectors
  contributed to the FAR and list the LOD
* Only list triggering detectors in background dump filename
* Code reformatting

* Fixes

* Fixes

* Use attributes of event manager instead

* Improve GraceDB annotation

* Fix

* Ignore loc-only detectors for rank > 0

* Further clarify which detectors are used only for localization

* Main loop should go through the loc-only detectors only in rank 0

* Fix comment bugs in #4635 (#4645)

* Set version to 2.1.5

---------

Co-authored-by: Arthur Tolley <32394213+ArthurTolley@users.noreply.github.com>
Co-authored-by: Gareth S Cabourn Davies <gareth.cabourndavies@ligo.org>
1 parent b5bba8f
History
File Mode Size
.github
bin
docker
docs
examples
pycbc
test
tools
.codeclimate.yml -rw-r--r-- 1.0 KB
.gitignore -rw-r--r-- 95 bytes
.landscape.yml -rw-r--r-- 348 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 3.8 KB
Dockerfile -rw-r--r-- 3.2 KB
INSTALL -rw-r--r-- 1.8 KB
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 197 bytes
README.md -rw-r--r-- 2.4 KB
companion.txt -rw-r--r-- 620 bytes
descr.rst -rw-r--r-- 1.3 KB
pycbc.spec -rw-r--r-- 1.7 KB
pyproject.toml -rw-r--r-- 618 bytes
pytest.ini -rw-r--r-- 85 bytes
requirements-igwn.txt -rw-r--r-- 107 bytes
requirements.txt -rw-r--r-- 816 bytes
setup.py -rwxr-xr-x 12.1 KB
tox.ini -rw-r--r-- 1.3 KB

README.md

back to top