- Jan 11, 2017
-
-
Jeremy M Fee authored
-
- Jan 10, 2017
-
-
Erin (Josh) Rigler authored
fixed indentation
-
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.
-
- Jan 09, 2017
-
-
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?
-
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..
-
- Nov 28, 2016
-
-
ttwhite-USGS authored
We recently reviewed our various data products and found discrepancy in some of the metadata. We have updated these values based on recent measurements. I've modified these values in ObservatoryMetadata.py to be consistent with our other data products.
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Nov 16, 2016
-
-
Erin (Josh) Rigler authored
- updated init and process_one functions to handle "smooth" parameter - included a *very* minor fix to updates in Sigma in additive function
-
- Oct 20, 2016
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
By default, each element of the SQ vector (i.e., shat returned from additive()) is treated as if it is independent of its nearest neighbors in time. This is not generally true, but to treat this in a completely statistically robust manner would be computationally prohibitive. Instead, we apply a Gaussian smoother/filter to a limited set of SQ elements in the neighborhood of the current time step. The configuration parameter 'smooth' specifies the period (in samples) at which one requires the amplitude to be attenuated by half. Longer periods will be less attenuated, while shorter periods will be more attenuated. Also, added the running estimate of the standard error (i.e., sigmahat) to the stream returned by process_one().
-
- Oct 07, 2016
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
Fixes #131
-
- Sep 07, 2016
-
-
Jeremy M Fee authored
-
- Aug 18, 2016
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Aug 01, 2016
-
-
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.
-
- Jul 25, 2016
-
-
Jeremy M Fee authored
-
- Jul 21, 2016
-
-
Jeremy M Fee authored
-
- Jul 08, 2016
-
-
Hal Simpson authored
-
Hal Simpson authored
Changed how Popen is calling parameters, to take care of the case of spaces in passwords and/or user names.
-
Hal Simpson authored
-
Hal Simpson authored
Reworked to pass kwargs to the base classes, and retreived _post_process from the old IMFV283Factory.py
-
Hal Simpson authored
-
Hal Simpson authored
-
- Jun 09, 2016
-
-
Jeremy M Fee authored
-
- Jun 06, 2016
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- May 25, 2016
-
-
Claycomb, Abram Earl authored
-
Duff Stewart authored
-
- May 20, 2016
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-