- 23 Oct, 2018 17 commits
-
-
Adam Mercer authored
switch to package builds for CI
-
Adam Mercer authored
-
Adam Mercer authored
lalsimutils.py: fix print statements Closes #107 See merge request !503
-
Chris Pankow authored
fixes #107
-
Vivien Raymond authored
lalinference_pipe_utils.py: minor python 3 fix for roq runs. See merge request !519
-
Soichiro Morisaki authored
-
Kipp Cannon authored
snglcoinc: fix thinko See merge request !518
-
Kipp Cannon 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 lscsoft/lalsuite!515
-
Kipp Cannon authored
snglcoinc.py: add .age properties See merge request lscsoft/lalsuite!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 lscsoft/lalsuite!497
-
- 20 Oct, 2018 5 commits
-
-
Karl Wette authored
Various Doxygen fixes See merge request lscsoft/lalsuite!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 lscsoft/lalsuite!509
-
Karl Wette authored
remove abandoned MakeCleanSFTs program Closes CW/lalsuite#44 See merge request lscsoft/lalsuite!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 lscsoft/lalsuite!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 lscsoft/lalsuite!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 lscsoft/lalsuite!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 lscsoft/lalsuite!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 lscsoft/lalsuite!500
-
Kipp Cannon authored
-
Kipp Cannon authored
-