Skip to content
Snippets Groups Projects
  1. Feb 14, 2019
  2. Jan 19, 2019
  3. Nov 17, 2018
  4. Nov 13, 2018
  5. Sep 23, 2018
  6. Sep 15, 2018
  7. Sep 04, 2018
  8. Aug 21, 2018
    • Kipp Cannon's avatar
      gstlal-inspiral: merge Data and Handler · 60a60f8f
      Kipp Cannon authored
      - move Handler to its own module
      - rename .gen_psd_xmldoc() to .__get_psd_xmldoc() following conventions used in inspiral.Data
      - inspiral.py: excise gracedb code from Data object, encapsulate in GracedBWrapper class
      - remove now unused write_psd_fileobj() from reference_psd.py
      - move Data class to lloidhandler.py
      - rename ._gatehandler() .__gatehandler() for consistency
      - remove .flush(), unused locking wrapper of .__flush()
      - remove .do_gracedb_alerts(), unused locking wrapper of .__do_gracedb_alerts()
      - excise eye candy from Data class, move to stand-alone EyeCandy class
      - merge what remains of Data and Handler into a single class
      - excise segment tracking from result, move to stand-alone SegmentsTracker class
      - use Handler's PSDs for GracedB uploads instead of getting new ones
        (addresses a FIXME)
      60a60f8f
  9. Jul 26, 2018
  10. Jul 18, 2018
  11. Jul 11, 2018
  12. Jun 21, 2018
  13. May 25, 2018
  14. May 02, 2018
  15. Apr 29, 2018
  16. Apr 27, 2018
  17. Apr 26, 2018
  18. Apr 20, 2018
  19. Apr 18, 2018
  20. Apr 17, 2018
  21. Apr 11, 2018
  22. 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
  23. 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
Loading