Skip to content
Snippets Groups Projects
  1. Jan 09, 2017
    • 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
  2. Nov 28, 2016
  3. Oct 20, 2016
  4. Oct 07, 2016
  5. Sep 07, 2016
  6. Aug 18, 2016
  7. Aug 01, 2016
    • Erin (Josh) Rigler's avatar
      Change defaults for command line script · 58c85f20
      Erin (Josh) Rigler authored
      - changed default values for alpha and gamma for command line script
        to zero, which means SV and/or SQ do not evolve over time
      - modified SqDist_usage.md to show how to explicitly set alpha and
        gamma to desired values
      - MUST modify production scripts to explicitly set alpha and gamma
        before accpeting this pull request.
      58c85f20
  8. Jul 25, 2016
  9. Jul 21, 2016
  10. Jul 08, 2016
  11. Jun 09, 2016
  12. Jun 06, 2016
  13. May 25, 2016
  14. May 20, 2016
Loading