Skip to content
Snippets Groups Projects
  1. Jun 14, 2019
  2. Jun 06, 2019
  3. Feb 14, 2019
  4. Jan 19, 2019
  5. Oct 18, 2018
  6. Oct 09, 2018
  7. Sep 27, 2018
  8. May 01, 2018
  9. 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
  10. Nov 22, 2017
  11. Sep 12, 2016
  12. Aug 29, 2016
  13. Aug 18, 2016
  14. Jul 07, 2016
  15. Jun 22, 2016
  16. May 24, 2015
  17. May 14, 2015
  18. Nov 12, 2014
  19. Nov 06, 2014
  20. Nov 03, 2014
  21. Oct 29, 2014
  22. Oct 27, 2014
  23. Oct 26, 2014
  24. Oct 08, 2014
  25. Sep 08, 2014
  26. Aug 28, 2014
  27. Aug 08, 2014
    • Kipp Cannon's avatar
      far.py: add machinery to record history of horizon distances · ec0fb975
      Kipp Cannon authored
      - this breaks the parameter distribution file's data format, so we also
        take this opportunity to switch the LIGO LW name suffix of the
        ThincaCoincParamsDistributions object
      
      - since this obsoletes the horizon distance information that had been
        collected in the coinc database, all of that infrastructure is removed
      ec0fb975
  28. Jul 15, 2014
  29. Jul 07, 2014
  30. Jun 18, 2014
  31. Apr 29, 2014
  32. Apr 25, 2014
  33. Feb 27, 2014
    • Kipp Cannon's avatar
      gstlal-inspiral: include SNR joint PDFs in ranks, new FAP and FAR machinery · ab364092
      Kipp Cannon authored
      this patch folds the joint SNR PDFs into the ranking statistic.  in doing
      so, it breaks the current technique for building the ranking statistic
      histograms and therefore also introduces a new technique for constructing
      those histograms based on stochastic sampling.
      
      this patch also fully reworks the FAP and FAR machinery.  it introduces new
      on-disk file formats, combines all instrument categories into a single
      experiment with a single FAP, redesigns the FAR normalization around a
      single total event count (removing the trials table machinery, using the
      coinc parameter histogram data instead).
      
      some steps in the pipeline become more costly.
      gstlal_inspiral_calc_likelihoods now requires several CPU cores to run the
      stochastic sampling in the background while assigning likelihood ratios in
      the main thread.  other steps become less costly.
      gstlal_inspiral_marginalize_likelihood is reduced to little more than file
      I/O.
      ab364092
Loading