- 23 Oct, 2018 10 commits
-
-
Soichiro Morisaki authored
-
Kipp Cannon authored
lalburst: more python 3 changes See merge request !517
-
Kipp Cannon authored
-
Kipp Cannon authored
lalapps/src/inspiral memory fixes See merge request !516
-
Kipp Cannon authored
- fix memory bugs identified by gcc 8 in lalapps/src/inspiral/ - without this patch lalapps is uncompilable with an up-to-date gcc and -Werror
-
Kipp Cannon authored
StringSearch.c: fix memory problem See merge request !515
-
Kipp Cannon authored
snglcoinc.py: add .age properties See merge request !514
-
Kipp Cannon authored
- identified by gcc 8. this patch gets the lalapps/src/string/ directory compilable with -Werror and gcc 8.
-
Kipp Cannon authored
-
Kipp Cannon authored
Lalapps ring gcc8fixes See merge request !497
-
- 20 Oct, 2018 5 commits
-
-
Karl Wette authored
Various Doxygen fixes See merge request !512
-
Karl Wette authored
-
Karl Wette authored
-
Karl Wette authored
-
Karl Wette authored
-
- 19 Oct, 2018 8 commits
-
-
John Douglas Veitch authored
Minor fix to cbcBayesCombinePosteriors.py: Since numpy-1.12 float indices are no longer implicitly converted to integers See merge request !509
-
Karl Wette authored
remove abandoned MakeCleanSFTs program Closes CW/lalsuite#44 See merge request !510
-
Sebastian Gaebel authored
Since numpy-1.12 float indices are no longer implicitly converted to integers, this patch adds explicit conversion for combining posteriors using the weights option.
-
David Keitel authored
-has been an optional build since 2009 -fails to build e.g. with gcc 6.3.0 on Debian Squeeze -pulgroup discussion revealed no continued need or support -note it in attic.txt for posterity -closes https://git.ligo.org/CW/lalsuite/issues/44
-
Kipp Cannon authored
Snglcoincwork See merge request !508
-
Kipp Cannon authored
- also (optinally) report which of the flushed events have not been used.
-
Kipp Cannon authored
- pre-record a boolean indicating which nodes have all-zero offset vectors so this doesn't have to be checked in loops in calling codes.
-
Kipp Cannon authored
-
- 17 Oct, 2018 5 commits
-
-
John Douglas Veitch authored
Fix unicode string in declination plot Closes #109 See merge request !507
-
John Douglas Veitch authored
-
John Douglas Veitch authored
-
Karl Wette authored
Doxygen: only pass files named SWIG*.i through filter_swig.sed See merge request !504
-
Karl Wette authored
- filter_swig.sed renamed from filter_i.sed to make this clearer
-
- 15 Oct, 2018 2 commits
-
-
Kipp Cannon authored
snglcoinc: new stream-based coincidence engine See merge request !501
-
Kipp Cannon authored
- this patch replaces snglcoinc's coincidence engine with a native streaming engine. the old implementation was written at a time when it was believed that time slides were the focus of coincidence analyses, and was optimized for performing very large numbers of time slides. we now know time slides are not how good noise models are constructed and that it is better to optimize for high trigger rates so as to allow for the lowest possible thresholds. that means optimizing not for high offset vector count but, instead, for ram use and lower comparison operation count, i.e., adopting a "streaming model", where events flow into the comparison engine and coincidences flow out, a relatively small number of time shift offset vectors are considered, and events are only held in memory until they are no longer needed to construct coincidences.
-
- 14 Oct, 2018 3 commits
-
-
Kipp Cannon authored
Lalburstupdates See merge request !500
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- 13 Oct, 2018 1 commit
-
-
Vivien Raymond authored
A selection of Python 3 fixes in LALInference See merge request !466
-
- 12 Oct, 2018 6 commits
-
-
Matthew Pitkin authored
Lalsuite lalinference python3 See merge request matthew-pitkin/lalsuite!5
-
David Keitel authored
Allow psr_par to read in frequency derivatives up to the 12th order See merge request !493
-
Matthew Pitkin authored
-
Matthew Pitkin authored
Lalsuite lalinference python3 See merge request matthew-pitkin/lalsuite!4
-
Matthew Pitkin authored
-
Matthew Pitkin authored
-