Skip to content
Snippets Groups Projects
  1. Mar 12, 2024
  2. Mar 02, 2023
  3. Feb 09, 2023
  4. Jun 22, 2022
  5. Jul 30, 2021
  6. Nov 20, 2020
  7. Jul 15, 2020
  8. Mar 27, 2019
  9. Sep 23, 2018
  10. Sep 04, 2018
  11. Apr 01, 2018
  12. Dec 05, 2017
  13. Nov 30, 2017
  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. Aug 14, 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. Oct 19, 2016
    • Kipp Cannon's avatar
      plotfar.py: new plot_snr_joint_pdf() · 1de960aa
      Kipp Cannon authored
      - remove ifo_snr keyword argument, code already had sngls
      - add special case for a sngls list with just one entry to reproduce behaviour of ifo_snr keyword parameter
      - generalize to 1D case
      - indicate horizon distance ratio in figure title
      - also, correct the first argument in the call to this function from lvalert_background_plotter
      1de960aa
    • Kipp Cannon's avatar
      plotfar.py: aesthetics · a1bd6b67
      Kipp Cannon authored
      - this code uses double quotes for strings
      - adjust whitespace
      a1bd6b67
    • Kipp Cannon's avatar
      plotfar.py: correct use of axvline() · c26fa326
      Kipp Cannon authored
      - ylo and yhi are in axes co-ordinates, not data co-ordinates
      - and the default is to draw from top to bottom so no need to set them at all
      c26fa326
  18. Oct 17, 2016
  19. Sep 25, 2016
  20. Sep 14, 2016
  21. Sep 06, 2016
  22. Aug 30, 2016
  23. Aug 15, 2016
  24. Jul 04, 2016
    • Kipp Cannon's avatar
      far.py: vectorize some functions · 4729a91a
      Kipp Cannon authored
      - fap_after_trials()
      - FAPFAR.ccdf_from_rank()
      - FAPFAR.fap_from_rank()
      - FAPFAR.rank_from_fap()
      - FAPFAR.far_from_rank()
      - FAPFAR.rank_from_far()
      4729a91a
  25. Jun 22, 2016
  26. Nov 26, 2015
  27. Oct 21, 2015
    • Kipp Cannon's avatar
      far.py: future proof some code against horizon distances of 0 · d391dddb
      Kipp Cannon authored
      - there is a long-term plan to replace the use of segment lists for tracking instrument duty cycle in ranking statistic PDFs with horizon distances that go to 0 during times when instruments are off.  some code needs to be tweaked to handle this.
      - refs #2668
      d391dddb
  28. Sep 23, 2015
  29. Sep 22, 2015
Loading