- Jan 21, 2017
- Jan 18, 2017
-
-
Yash Shah authored
-
- Jan 11, 2017
-
-
Jeremy M Fee authored
Add check for negative size when generating intervals
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
Minor fixes for local smoothing
-
Jeremy M Fee authored
Add make_cal.py script to generate CAL format from observation web se…
-
Jeremy M Fee authored
Better default l0 in additive() method, etc.
-
- 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.
-
Jeremy M Fee authored
Pad to urlInterval in put_timeseries()
-
- 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..
-
- Dec 15, 2016
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Nov 29, 2016
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
Issue#134
-
Martinez, Eric M. authored
Patch waveserver
-
- Nov 28, 2016
-
-
Jeremy M Fee authored
Update to MetaData.py based on recent measurements
-
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 28, 2016
-
-
Claycomb, Abram Earl authored
-
Claycomb, Abram Earl authored
-
Claycomb, Abram Earl authored
-
- Oct 27, 2016
-
-
Claycomb, Abram Earl authored
-
Claycomb, Abram Earl authored
-
- Oct 26, 2016
-
-
Claycomb, Abram Earl authored
-
- Oct 20, 2016
-
-
Claycomb, Abram Earl authored
SqDist local smoothing
-
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
-
Claycomb, Abram Earl authored
Added command-line option to set Z-score threshold
-
Erin (Josh) Rigler authored
Fixes #131
-