Skip to content
Snippets Groups Projects
  1. Dec 27, 2017
  2. Dec 06, 2017
    • Kipp Cannon's avatar
      inspiral_lr: re-enable P(t) in numerator · e6b5d7a0
      Kipp Cannon authored
      - This reverts commit 8d438d4a.
      - and fixes the feature
      - the problem was start-up transients in the whitener leading to bad PSDs
        at the start of analysis jobs.  this was never a problem before because
        we were averaging over the entire experiment, but now the ranking
        statistic believes there is a brief period of insanely high sensitivity
        at the start of segments, and anything found during that time was given
        far too high a significance.  the fix is to have lloidparts check the
        n-samples property of the whitener that provides the PSD, and disregard
        PSDs until it gets close to the configured average-samples value.
      e6b5d7a0
  3. Dec 05, 2017
  4. Dec 04, 2017
  5. 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
  6. Nov 26, 2017
Loading