Skip to content
Snippets Groups Projects
  1. May 15, 2018
  2. Apr 27, 2018
  3. Apr 25, 2018
  4. Apr 17, 2018
  5. Apr 16, 2018
  6. Apr 13, 2018
    • Kipp Cannon's avatar
      NumeratorSNRCHIPDF: preserve histogram count in .__iadd__() · d8b9b4b7
      Kipp Cannon authored and Kipp Cannon's avatar Kipp Cannon committed
      - 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
      d8b9b4b7
  7. Apr 12, 2018
    • Kipp Cannon's avatar
      SNRPDF: increase verbosity · 8e73d6d6
      Kipp Cannon authored
      8e73d6d6
    • Kipp Cannon's avatar
      SNRPDF: silence math domain error · 4139e29a
      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.
      4139e29a
  8. Apr 10, 2018
  9. Mar 27, 2018
  10. Mar 19, 2018
  11. Mar 16, 2018
  12. Mar 12, 2018
  13. Feb 19, 2018
  14. Nov 27, 2017
    • Kipp Cannon's avatar
      gstlal-inspiral: port to new ranking statistic · 252b8d2f
      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
      252b8d2f
  15. Nov 26, 2017
  16. Jul 05, 2017
    • Kipp Cannon's avatar
      new SNRPDF mechanism: · 29a7482f
      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
      29a7482f
  17. Jun 21, 2017
  18. Apr 26, 2017
  19. Apr 25, 2017
  20. Apr 24, 2017
  21. Apr 14, 2017
  22. Feb 08, 2017
    • Kipp Cannon's avatar
      random_params(): fix t offset generator · d73de1c5
      Kipp Cannon authored
      - clean up lnP_dt_dphi_uniform_H1L1():  don't use mixed integer/float expressions, reduce number of arithmetic operations
      - delete coinc_window() and port random_params() to snglcoinc.CoincSynthesizer:  works for any number of isntruments
      - add/update FIXMEs related to sampler density normalization
      d73de1c5
  23. Jan 26, 2017
  24. Nov 25, 2016
  25. Nov 17, 2016
  26. Nov 14, 2016
  27. Nov 12, 2016
Loading