- Nov 27, 2017
-
-
Kipp Cannon authored
- mucks things up somehow, don't understand it
-
Kipp Cannon authored
- switch numerator and denominator PDFs to a rate.BinnedLnPDF + snglcoinc.LnLRDensity() -based implementation - add trigger rate tracking feature to denominator, taking advantage of new high-speed coincidence rate machinery in snglcoinc - add signal rate tracking feature to numerator, taking advantage of pre-computed P(instruments) factors in SNR PDF look-up table - switch ranking statistic distribution to a rate.BinnedLnPDF -based implementation - remove search_summary tables, attach all livetime tracking to the trigger rate data in the denominator object this is a work in progress. some notable features that are still missing: - --min-log-L cut based candidate rate reduction feature in gstlal_inspiral is disabled - online mode for gstlal_inspiral is non-functional
-
Kipp Cannon authored
-
- Nov 26, 2017
-
-
Kipp Cannon authored
-
- subclass of rate.BinnedLnPDF to implement 1-parameter family of 1-D PDFs P(\chi^2 | snr, signal)
-
- (new version that doesn't return a dictionary)
-
- functional_integral() --> functional_integral_dict() - weighted_mean() --> weighted_mean_dict()
-
-
Kipp Cannon authored
-
-
- Nov 25, 2017
-
-
Aaron Viets authored
-
- Nov 24, 2017
-
-
Kipp Cannon authored
- remove search_summary table clean-up from de_calc_likelihood.sql - an earlier patch stopped calc_likelihood from populating the search summary, and this should have gone in with that.
-
- Nov 23, 2017
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- from CoincsDocument class to Data class
-
Kipp Cannon authored
-
Kipp Cannon authored
- the search_summary table is to be dropped from the gstlal-inspiral pipeline, this patch removes it from as many places as it can be without triggering an API change with lalsuite
-
Kipp Cannon authored
-
- Nov 22, 2017
-
-
Sydney Chamberlin authored
-
Kipp Cannon authored
- change the internal database function names used for FAP and FAR
-
Kipp Cannon authored
- and drop the atomic write hack because glue does it for us
-
Kipp Cannon authored
- guaranteed by internal code.
-
Kipp Cannon authored
-
Kipp Cannon authored
- get instruments from process table - don't forget nanoseconds parts of start and end times
-
Kipp Cannon authored
- just in case
-
Kipp Cannon authored
- fix bug in command-line error checking - don't convert --instrument values to a set until after checking that at least one has been provided
-
Kipp Cannon authored
-
Kipp Cannon authored
- use Python's own gzip support to check files
-
Kipp Cannon authored
- word-wrap and edit comments, reword error messages, etc.
-
Kipp Cannon authored
- move segment boundary logic from calling codes into this function
-
- Nov 21, 2017
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- and avoid type conversions in existing safety checks
-
Kipp Cannon authored
- when initializing from a sequence, require each item to be a two-element object (e.g., the current version would accept 3-element objects and ignore the 3rd element).
-
Kipp Cannon authored
-
- Nov 20, 2017
-
-
Aaron Viets authored
-
Aaron Viets authored
-
Patrick Godwin authored
-