Skip to content
Snippets Groups Projects
  1. Dec 07, 2023
  2. Apr 07, 2023
  3. Feb 08, 2023
  4. Feb 06, 2023
  5. Jun 17, 2021
  6. Mar 13, 2020
  7. Jan 19, 2019
  8. Dec 04, 2018
  9. Nov 23, 2018
  10. Nov 17, 2018
  11. Sep 27, 2018
  12. Sep 04, 2018
  13. May 01, 2018
  14. Apr 27, 2018
  15. Apr 20, 2018
  16. Apr 17, 2018
  17. Dec 05, 2017
  18. Nov 03, 2015
  19. Nov 02, 2015
  20. Sep 11, 2015
  21. Sep 09, 2015
  22. Sep 05, 2015
  23. Sep 03, 2015
  24. Aug 31, 2015
    • Kipp Cannon's avatar
      inspiral.py: reorganize collection of zero-lag LRs · 9aee0b90
      Kipp Cannon authored
      - a histogram of likelihood ratios assigned to zero-lag candidates is
        required to implement the low-significance extinction model.  this patch
        reorganizes the source and sink of that information to be a separate file
        rather than piggy backing the data on the candidate parameter PDF file
        supplied to the trigger generator, e.g., during online running.
      
      - immediately, this allows the statistics uploaded to gracedb along with
        each candidate to contain the actual ranking statistic PDF data used to
        rank the event, whereas prior to this patch it contains a mix of the
        candidate parameter PDFs and whatever was in the zero-lag histogram data
        supplied on input.  going forward, keeping distinct, unrelated, pieces of
        information in distinct places with different names that get supplied to
        programs using distinct command line options will prevent confusion over
        what is being stored where.
      
      - refs #2429
      9aee0b90
    • Kipp Cannon's avatar
      marginalize_likelihoods_online: samples not being accumulated over time · 6be935a6
      Kipp Cannon authored
      - each time through the loop this script causes a relatively small number of ranking statistic samples to be generated, with the original intention being that over time the total number of samples would accumulate to something large.  this script discards the samples from the previous iteration, however, and starts over again from scratch each time.
      - this patch modifies the script to include the output from the previous iteration in this iteration so that the ranking statistic histogram gathers additional samples over time.
      - surprisingly the results seemed to be OK in the past, so it's possible that we don't need to do this.  in that case, this is a trivial stand-alone patch that can be easily reverted at a later time if desired.
      6be935a6
  25. Jun 03, 2015
  26. Dec 01, 2014
  27. Nov 25, 2014
  28. Aug 08, 2014
    • Kipp Cannon's avatar
      far.py: add machinery to record history of horizon distances · ec0fb975
      Kipp Cannon authored
      - this breaks the parameter distribution file's data format, so we also
        take this opportunity to switch the LIGO LW name suffix of the
        ThincaCoincParamsDistributions object
      
      - since this obsoletes the horizon distance information that had been
        collected in the coinc database, all of that infrastructure is removed
      ec0fb975
  29. Jun 17, 2014
  30. Apr 28, 2014
  31. Apr 21, 2014
  32. Mar 06, 2014
  33. Jan 12, 2014
  34. Aug 23, 2013
  35. Jan 23, 2013
  36. Jan 22, 2013
  37. Nov 07, 2012
  38. Jun 19, 2012
Loading