- Jun 15, 2018
-
-
Chad Hanna authored
-
- Jun 13, 2018
-
-
Chad Hanna authored
-
- Jun 04, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
inspiral_extrinsics.py: make number of simultaneously queried points a class variable and remove njobs arameter for compatibility with reference OS
-
- Jun 03, 2018
-
-
Chad Hanna authored
inspiral_extrinsics.py: make it possible to read the snr dt dphi data from multiple files that have each only had part of the marginalized distribution computed
-
- Jun 02, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- May 16, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
- May 15, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- Apr 27, 2018
-
-
Chad Hanna authored
-
- Apr 25, 2018
-
-
Chad Hanna authored
-
- Apr 17, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
- Apr 16, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- Apr 13, 2018
-
-
- the count is meaningless, it is only used to set the scale of the density estimation kernel, but for that reason it should not change as the result of addition operations - in the current pipeline care is taken to never add more than a single copy of the numerator into any ranking statistic in order to control the total count - this patch causes .__iadd__() to preserve the total count, allowing the analysis pipeline plumbing to be simplified since there is no reason to fear adding multiple copies of the numerator together
-
- Apr 12, 2018
-
-
Kipp Cannon authored
-
Kipp Cannon authored
- when initializing an SNR PDF cache with new entries, a math domain error can occur when an instrument combination is impossible. this patch fixes it - it's very odd that this code worked in the past. Python must be changing its behaviour. commit 29a7482f contains both the original version of this code and the data file it successfully generated at the time ... so ... it must have worked. I don't know what else to say, but I'm not crazy.
-
- Apr 10, 2018
-
-
Chad Hanna authored
-
- Mar 27, 2018
-
-
Chad Hanna authored
-
- Mar 19, 2018
-
-
Chad Hanna authored
-
- Mar 16, 2018
-
-
Chad Hanna authored
-
- Mar 12, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- Feb 19, 2018
-
-
Chad Hanna authored
-
Chad Hanna authored
-
- Nov 27, 2017
-
-
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
-
- Nov 26, 2017
-
-
- subclass of rate.BinnedLnPDF to implement 1-parameter family of 1-D PDFs P(\chi^2 | snr, signal)
-
- Jul 05, 2017
-
-
Kipp Cannon authored
- introduce internal cacheentry class to hold entry information - remove limit on cache size - when initializing, move loop over instruments into .add_to_cache() - add min_instruments parameter to the cache key - in P_instruments_given_signal(), handle off instruments better - record P(instruments | signal) in the SNRPDF cache - enables generalization of ranking statistic away from fixed P(instruments | signal) marginalized over horizon distance history
-
- Jun 21, 2017
-
-
Kipp Cannon authored
- and change message from "... SNR PDF" to "... candidates"
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- instead of a default keyword argument of .quantize_horizon_distances(), store it as an instance attribute - store the value in the XML PDF cache, and retrieve on load - update pre-computed cache in share/ to new format (= manually add min_ratio Param to XML tree)
-