Skip to content
Snippets Groups Projects
  1. Jan 11, 2017
  2. Jan 10, 2017
    • Erin (Josh) Rigler's avatar
      Update SqDistAlgorithm.py · ffbe40ce
      Erin (Josh) Rigler authored
      fixed indentation
      ffbe40ce
    • Erin (Josh) Rigler's avatar
      Better default l0 in additive() method, etc. · 37e9aa10
      Erin (Josh) Rigler authored
      Previously, if l0 was None, we tried to calculate a default initial level. This was
      problematic if yobs had no valid points from which to calculate a mean. Now, if yobs
      has no valid points, default to l0=0. This is a bit arbitrary, but it is necessary
      to prevent a NaN-valued l from being passed back out. Other defaults are equally
      arbitrary.
      
      Also, I noticed that the `s` variable was getting converted from a NumPy array to a
      list just before the method returned. For consistency with other outputs, we no
      longer convert, and just return a NumPy array.
      37e9aa10
  3. 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
  4. Nov 28, 2016
  5. Nov 16, 2016
  6. Oct 20, 2016
  7. Oct 07, 2016
  8. Sep 07, 2016
  9. Aug 18, 2016
  10. 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
  11. Jul 25, 2016
  12. Jul 21, 2016
  13. Jul 08, 2016
  14. Jun 09, 2016
  15. Jun 06, 2016
  16. May 25, 2016
  17. May 20, 2016
Loading