- Jan 10, 2017
-
-
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..
-
- 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
-
- 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
-
- Sep 07, 2016
-
-
Jeremy M Fee authored
-
Claycomb, Abram Earl authored
Further clarification on forgetting factors
-
Claycomb, Abram Earl authored
Updates after doisslintercept
-
Jeremy M Fee authored
-
Erin (Josh) Rigler authored
In response to Abe Claycomb's technical algorithm review, I attempted to further clarify how alpha, beta, and gamma work. This includes a link to a third-party website that does a good job of explaining what the "average age" of an exponentially smoothed series is. SqDist.md will need to be modified at least once more when the OFR is complete, so that it can link to the official USGS documentation in addition to all the supporting documents and websites.
-
Jeremy M Fee authored
Add DOI SSL intercept certificate, update Dockerfile to add certificate for building within DOI network
-
Jeremy M Fee authored
-
- Aug 23, 2016
-
-
Claycomb, Abram Earl authored
Update IMFV122 empty values
-
- Aug 22, 2016
-
-
Jeremy M Fee authored
IPython notebook updates
-
Erin (Josh) Rigler authored
-
- Aug 19, 2016
-
-
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.
-
- Aug 18, 2016
-
-
Jeremy M Fee authored
-
Claycomb, Abram Earl authored
Update update
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-