Skip to content
Snippets Groups Projects
  1. Jun 15, 2018
  2. Jun 13, 2018
  3. Jun 04, 2018
  4. Jun 03, 2018
  5. Jun 02, 2018
  6. May 16, 2018
  7. May 15, 2018
  8. Apr 27, 2018
  9. Apr 25, 2018
  10. Apr 17, 2018
  11. Apr 16, 2018
  12. 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
  13. 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
  14. Apr 10, 2018
  15. Mar 27, 2018
  16. Mar 19, 2018
  17. Mar 16, 2018
  18. Mar 12, 2018
  19. Feb 19, 2018
  20. 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
  21. Nov 26, 2017
  22. 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
  23. Jun 21, 2017
Loading