Skip to content
Snippets Groups Projects
  1. Feb 19, 2018
  2. Feb 16, 2018
  3. Feb 15, 2018
  4. Feb 14, 2018
  5. Feb 13, 2018
  6. Feb 12, 2018
    • Kipp Cannon's avatar
      multirate_datasource: · 66459b77
      Kipp Cannon authored
      - implement whitener initialization from calling code supplied PSD
      - had been disabled since introduction of FIR-based whitening while we
        became comfortable with it, but no longer any reason to leave it disabled
      66459b77
    • Kipp Cannon's avatar
      mkwhitened_multirate_src(): implement zero_pad default · f6eb4aab
      Kipp Cannon authored
      - set to 1/4 psd_fft_length if not set by calling code unless FIR_WHITENER is turned on, in which case set it to 0
      f6eb4aab
  7. Feb 11, 2018
  8. Feb 08, 2018
  9. Feb 06, 2018
  10. Feb 01, 2018
  11. Jan 31, 2018
    • Kipp Cannon's avatar
      LnNoiseDensity: trigger rate adjustment · d3e6fb4d
      Kipp Cannon authored
      - combine adjacent segments up to +/- 1 h from the trigger to estimate the trigger rate.
      - this is a work-around for the situation in which vetoes slice up the SNR stream so badly that no triggers can be collected, even though very loud injections can still be recovered (which creates apparently impossible candidates)
      d3e6fb4d
    • Kipp Cannon's avatar
      trigger_rate.ratebinlist: add .__iand__() override · 50e5527d
      Kipp Cannon authored
      - the algorithm is not really in-place, but who cares, getting this to work
        gets both in-place and out-of-place working.
      - the stock implementation can't be used because it relies on the logical
        invert operation which cannot be implemented, here, for segments carrying
        additional metadata.
      50e5527d
    • Aaron Viets's avatar
      b697a2e7
Loading