Skip to content
Snippets Groups Projects
  1. Jul 20, 2017
    • Leo Pound Singer's avatar
      Fix incorrect SNR time series epoch · 754563d5
      Leo Pound Singer authored
      The SNR time series epoch has to take into account the original
      template's time shift.
      754563d5
    • Kipp Cannon's avatar
      horizonhistory: add .copy() to HorizonHistories · 9a6eeeb7
      Kipp Cannon authored
      - the version inherited from dict returns a dict instead of an
        HorizonHistories instance, and makes references to the values in the
        original object so that modifications affect both the original and the
        copy.
      - this override returns the correct type, with deepcopy()s of the values
      9a6eeeb7
    • Kipp Cannon's avatar
      horizonhistory: adjustments · 9b6a5a94
      Kipp Cannon authored
      - introduce .functional_integral() methods to both NearestLeafTree and
        HorizonHistories classes
      - reimplement .weighted_mean() as a wrapper of .functional_integral().
        this results in a performance penalty since it must invoke
        .functional_integral() twice but avoids the code duplication that would
        result otherwise
      - allow 0/0 in .weighted_mean().  if the numerator of the mean is
        identically 0 and the weighted denominator has also evaluated to 0 then
        return 0 instead of reporting a divide-by-0 error.  this is done
        presuming that this is caused by the weight function being defined in a
        way that causes it to go to 0 when the data being averaged goes to 0 and
        that if a proper limit of the ratio was evaluated it would be found to be
        0.
      9b6a5a94
  2. Jul 18, 2017
  3. Jul 17, 2017
  4. Jul 15, 2017
  5. Jul 14, 2017
  6. Jul 12, 2017
  7. Jul 11, 2017
  8. Jul 10, 2017
  9. Jul 09, 2017
  10. Jul 06, 2017
  11. Jul 05, 2017
  12. Jul 03, 2017
  13. Jun 30, 2017
  14. Jun 29, 2017
  15. Jun 28, 2017
Loading