Skip to content
Snippets Groups Projects
  1. Apr 16, 2018
  2. Apr 13, 2018
  3. Apr 09, 2018
  4. Apr 06, 2018
  5. Apr 05, 2018
  6. Mar 27, 2018
  7. Mar 25, 2018
  8. Mar 14, 2018
  9. Mar 08, 2018
  10. Feb 19, 2018
  11. Feb 15, 2018
  12. Jan 19, 2018
  13. Jan 05, 2018
  14. Dec 27, 2017
  15. Dec 05, 2017
  16. Nov 28, 2017
  17. 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
  18. Nov 24, 2017
    • Kipp Cannon's avatar
      more search_summary table removal · e783dd31
      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.
      e783dd31
  19. Nov 21, 2017
  20. Nov 09, 2017
  21. Oct 31, 2017
  22. Aug 18, 2017
  23. Jul 21, 2017
  24. Jul 11, 2017
  25. Jul 10, 2017
  26. 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
  27. Jul 03, 2017
  28. Jun 21, 2017
    • Kipp Cannon's avatar
      gstlal_inspiral_make_snr_pdf: new version · b8ec090c
      Kipp Cannon authored
      - add --full feature to enable population of all possible PDFs
      - add --full-fragment feature to enable parallelization
      - add --seed / --seed-cache feature to enable merging of PDFs generated in parallel
      - add process metadata to the output file to record how it was constructed
      - remove make_snr_pdf_cache.py from share/ as it is now redundant
      b8ec090c
    • Kipp Cannon's avatar
      SNRPDF: convert min_ratio to attribute · 624a3946
      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)
      624a3946
Loading