Skip to content
Snippets Groups Projects
  1. May 12, 2015
  2. May 11, 2015
    • Kipp Cannon's avatar
      far.py: tweak ncx2logpdf() · 49f308f0
      Kipp Cannon authored
      - make sure k argument is not manipulated with integer arithmetic
      - use numpy.sqrt() instead of ()**.5 because I think I decided the former
        was faster at some point
      - pre-compute 1./2. (in case the Python interpreter isn't smart enough to do
        this optimization)
      49f308f0
    • Kipp Cannon's avatar
      gstlal_inspiral_rate_posterior: fix --samples · 8bbf2af3
      Kipp Cannon authored
      - command line option wasn't doing anything.
      8bbf2af3
  3. May 05, 2015
  4. May 04, 2015
  5. Apr 30, 2015
  6. Apr 29, 2015
  7. Apr 28, 2015
  8. Apr 27, 2015
  9. Apr 22, 2015
  10. Apr 20, 2015
    • Cody Messick's avatar
      Added framework for online software injections to gstlal_inspiral, · 650d0a68
      Cody Messick authored
      gstlal_ll_inspiral_pipe, and inspiral.py. PR 2018.
      Major changes include:
      gstlal_inspiral: Now takes reference likelihood files that detection statistics
      can be read from every snapshot interval so that jobs with software injections
      rank events the same way as jobs without software injections.
      --reference-likelihood-file and --likelihood-file are mutually exclusive
      options.
      inspiral.py: Changes mainly to account for new reference likelihood file option
      gstlal_ll_inspiral_pipe: Modified to allow adding parallel gstlal_inspiral jobs
      for software injections
      650d0a68
Loading