Skip to content
Snippets Groups Projects
  1. Jun 21, 2018
  2. May 25, 2018
  3. May 02, 2018
  4. Apr 29, 2018
  5. Apr 27, 2018
  6. Apr 26, 2018
  7. Apr 20, 2018
  8. Apr 18, 2018
  9. Apr 17, 2018
  10. Apr 11, 2018
  11. Apr 03, 2018
    • Kipp Cannon's avatar
      gstlal_inspiral: disable dist stats files for injection jobs · 26d99771
      Kipp Cannon authored and Kipp Cannon's avatar Kipp Cannon committed
      - this is a temporary hack to stop the collection of dist stats files for injection jobs.  this should put an end to the endless troubles injection jobs give us in this regard.
      26d99771
    • Kipp Cannon's avatar
      inspiral.py: fix rounding problem · 3b9b7273
      Kipp Cannon authored and Kipp Cannon's avatar Kipp Cannon committed
      - when determining which instruments are on for histograming noise triggers, trigger times are LIGOTimeGPS but segment boundaries are floats and don't provide enough precision to tell if triggers near the segment boundaries are in or out of the segment
      - "fix" by protracting the segment boundaries 1 ms.
      3b9b7273
    • Kipp Cannon's avatar
      inspiral.py: make trigger histograms optional · ff23c5af
      Kipp Cannon authored and Kipp Cannon's avatar Kipp Cannon committed
      - don't put triggers into SNR, \chi^2 histograms if --likelihood-url is not set:  because there's no point, the data is doing to /dev/null.
      ff23c5af
  12. Apr 01, 2018
    • Kipp Cannon's avatar
      inspiral.py: fix thinko in 808211a1 · 08ae83fa
      Kipp Cannon authored
      - the fix for a quadratic scaling problem included an off-by-one bug which prevented the denominator histograms from being correctly populated, artificially boosting the statistical significance of zero-lag events.  this fixes
      08ae83fa
  13. Mar 29, 2018
  14. Mar 26, 2018
  15. Mar 16, 2018
  16. Mar 15, 2018
  17. Dec 05, 2017
  18. 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
  19. Nov 23, 2017
Loading