Skip to content
Snippets Groups Projects
  1. May 31, 2018
  2. May 01, 2018
  3. Apr 25, 2018
  4. Apr 20, 2018
  5. Apr 18, 2018
  6. Apr 17, 2018
    • Kipp Cannon's avatar
      4678544d
    • Kipp Cannon's avatar
      gstlal_inspiral: rename --liklihood-file options · 198f25c2
      Kipp Cannon authored
      - --likelihood-file is renamed to --ranking-stat-output to make its function more clear
      - --likelihood-file-cache is renamed to --ranking-stat-output-cache to retain the symmetry
      - --reference-likelihood-url is renamed to --ranking-stat-input to make its function more clear
      198f25c2
    • Kipp Cannon's avatar
      gstlal_inspiral: rename --marginalized-likelihood-file · 447bb27d
      Kipp Cannon authored
      - to --ranking-stat-pdf to more correctly describe what this command line option does.
      - also switch to using the load_url() function, instead of load_filename(), to anticipate getting this data from a non-disk location in O3.
      447bb27d
    • Kipp Cannon's avatar
      gstlal_inspiral: ranking stat file house cleaning · 0b1eddbf
      Kipp Cannon authored and Kipp Cannon's avatar Kipp Cannon committed
      - correct documentation and add missing documentation for command line options
      - --help message is reorganized into conceptual groups
      - rework input sanity/safety checking and associated error messages
      - make --likelihood-url optional, no file will be written if not supplied, and trigger histogram collection will be skipped for performance improvements
      - teak gstlal_inspiral_pipe to not set --likelihood-url options on injection jobs
      0b1eddbf
  7. Apr 13, 2018
    • Kipp Cannon's avatar
      gstlal_inspiral: set numerator in ranking stat output · f8ae889f
      Kipp Cannon authored and Kipp Cannon's avatar Kipp Cannon committed
      - when collecting trigger histograms from scratch, initialize the numerator with the signal model so that the resulting ranking statistic file is closer to being in a usable state as-is, without having to mix in the output of gstlal_inspiral_create_prior_diststats
      - this has been made possible by the recent change to the numerator's .__iadd__() method that causes overall histogram count to be preserved across marginalization operations
      - teach gstlal_inspiral_pipe to disable numerator initialization in the create_prior_diststats jobs since it is not longer required
      f8ae889f
  8. Apr 11, 2018
  9. Apr 03, 2018
  10. Mar 19, 2018
    • Kipp Cannon's avatar
      gstlal_inspiral: relax some command line checks · cf509099
      Kipp Cannon authored
      - I recently tried to increase the strictness of the command line checking to get more informative error messages out of the code and it looks like I made some checks too strict.  this relaxes them a bit
      cf509099
  11. Feb 19, 2018
    • Kipp Cannon's avatar
      gstlal_inspiral: aesthetics · e64d864d
      Kipp Cannon authored
      e64d864d
    • Kipp Cannon's avatar
      gstlal_inspiral: add extra config checking · a1113eb7
      Kipp Cannon authored
      - confirm the channel list matches the instruments in the time slide vectors
      - confirm the reference PSDs, if given, match the instruments in the time slides
      a1113eb7
    • Kipp Cannon's avatar
      simplify psd track/no-track selection · 2d20b580
      Kipp Cannon authored
      - in gstlal_inspiral and gstlal_fake_frames automatically enable PSD tracking when a reference PSD is not given instead of reporting it as an error
      - in mkwhitened_multirate_src() require track_psd to be set if psd is None
      - flatten initialization of whitener's psd-mode property
      2d20b580
  12. Jan 25, 2018
  13. Dec 05, 2017
  14. Nov 30, 2017
  15. 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
  16. Nov 23, 2017
  17. Nov 22, 2017
  18. Jul 03, 2017
  19. Jun 01, 2017
  20. Apr 24, 2017
  21. Jan 30, 2017
  22. Dec 16, 2016
  23. Dec 11, 2016
  24. Nov 30, 2016
  25. Nov 08, 2016
  26. Oct 28, 2016
  27. Oct 25, 2016
  28. Oct 18, 2016
  29. Oct 17, 2016
  30. Sep 28, 2016
Loading