Skip to content
Snippets Groups Projects
  1. Jan 01, 2024
  2. Dec 29, 2023
  3. Dec 14, 2023
  4. Dec 13, 2023
  5. Dec 12, 2023
  6. Dec 11, 2023
  7. Dec 09, 2023
  8. Dec 08, 2023
  9. Dec 07, 2023
  10. Apr 07, 2023
  11. Feb 08, 2023
  12. Feb 06, 2023
  13. Jun 17, 2021
  14. Mar 13, 2020
  15. Jan 19, 2019
  16. Dec 04, 2018
  17. Nov 23, 2018
  18. Nov 17, 2018
  19. Sep 27, 2018
  20. Sep 04, 2018
  21. May 01, 2018
  22. Apr 27, 2018
  23. Apr 20, 2018
  24. Apr 17, 2018
  25. Dec 05, 2017
  26. Nov 03, 2015
  27. Nov 02, 2015
  28. Sep 11, 2015
  29. Sep 09, 2015
  30. Sep 05, 2015
  31. Sep 03, 2015
  32. 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
  33. Jun 03, 2015
Loading