Skip to content
Snippets Groups Projects
  1. Jan 10, 2017
  2. Jan 09, 2017
    • Erin (Josh) Rigler's avatar
      Update TimeseriesFactory.py · 06d757f7
      Erin (Josh) Rigler authored
      I'm not sure this is functionally different from what there was previously. Is this what you were suggesting in your comment on this PR @jmfee?
      06d757f7
    • Erin (Josh) Rigler's avatar
      Pad to urlInterval in put_timeseries() · 3f4f2539
      Erin (Josh) Rigler authored
      TimeseriesFactory.get_timeseries() pads to the requested interval with NaNs,
      filling in start/end gaps. TimeseriesFactory.put_timeseries() is supposed to
      do this (according to Jeremy Fee), but it was trimming NaNs from the start/
      end before writing to file. This PR fixes this by using ObsPy's Stream.trim()
      method, in a similar manner to TimesereisFactory.get_timeseries(), to pad to
      the specified start and end of the urlInterval..
      3f4f2539
  3. Nov 29, 2016
  4. Nov 28, 2016
  5. Oct 28, 2016
  6. Oct 27, 2016
  7. Oct 26, 2016
  8. Oct 20, 2016
  9. Oct 07, 2016
  10. Sep 07, 2016
  11. Aug 23, 2016
  12. Aug 22, 2016
  13. Aug 19, 2016
    • Erin (Josh) Rigler's avatar
      More updates to SqDistAlgorithm documentation · 7cbcfff9
      Erin (Josh) Rigler authored
      - improved explanation of exponential smoothing, and how the alpha,
        beta, and gamma parameters work in SqDist.md.
      - cleaned up command-line examples in SqDist_usage.md, and incorporated
        a description of the programming interface that was previously in the
        IPython/Jupyter notebook.
      - removed programming interface description, and cleaned up markdown
        accordingly; re-ran entire notebook and regenerated graphics.
      7cbcfff9
  14. Aug 18, 2016
Loading