Skip to content
Snippets Groups Projects
  1. Dec 05, 2017
    • Kipp Cannon's avatar
      FAPFAR: fix off-by-one-bin bug · 278924b4
      Kipp Cannon authored
      - in mapping ln L to false-alarm rates
      - because we are interested in counts *above* thresholds, not below, the count in a bin should be associated with the lower boundary of the bin, not the upper boundary
      278924b4
    • Kipp Cannon's avatar
      far.py: add some safety checks · 474e3aaa
      Kipp Cannon authored
      - don't allow .new_with_extinction() if the zero-lag counts are all 0
      - init FARFAR.__init__(), provide a more useful error message if the zero-lag counts are all 0 (FAPFAR would not initialize, so it would not produce incorrect results, but the failure messages were cryptic)
      474e3aaa
    • Kipp Cannon's avatar
      plotfar: restore the rates pie chart to operation · c0134442
      Kipp Cannon authored
      - sort of:  it now only shows quantities related to noise rates.  a new plot will be constructed for signal related quantities.
      c0134442
  2. Dec 04, 2017
  3. Dec 03, 2017
  4. Nov 30, 2017
  5. Nov 29, 2017
  6. Nov 28, 2017
  7. Nov 27, 2017
    • Kipp Cannon's avatar
      inspiral_lr: disable P(t) in numerator · 8d438d4a
      Kipp Cannon authored
      - mucks things up somehow, don't understand it
      8d438d4a
    • 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
    • Kipp Cannon's avatar
      1322f146
  8. Nov 26, 2017
  9. Nov 25, 2017
  10. 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
  11. Nov 23, 2017
  12. Nov 22, 2017
Loading