- May 01, 2017
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Apr 26, 2017
-
-
Erin (Josh) Rigler authored
Updated version info
-
Erin (Josh) Rigler authored
Updated to v0.3.0 in the text of package.json and setup.py in preparation for new tagged release.
-
- Apr 11, 2017
-
-
Jeremy M Fee authored
WIP: Fix Adjusted Data transformation matrix generator
-
Jeremy M Fee authored
WIP: update observatory metadata decbas
-
- Apr 10, 2017
-
-
Erin (Josh) Rigler authored
Duff Stewart had several helpful comments regarding the last commit for this PR. These were addressed, along with some additional minor Notebook clean-up.
-
- Mar 23, 2017
-
-
Erin (Josh) Rigler authored
Discovered a small typo in the BLC (Baker Lake) entry. Fixed it.
-
Erin (Josh) Rigler authored
Only the BOU observatory had updated DECBAS values. This commit includes all DECBAS values adopted on July 1 2013, which estimated from the 2011 annual means. These values have been used in the preliminary data exported to Intermagnet since they were adopted, but they have not been used in geomag-algorithms.
-
- Mar 22, 2017
-
-
Erin (Josh) Rigler authored
- fixed datetime labels on plots so they are readable - added another example of a constrained estimate that might be useful
-
- Mar 15, 2017
-
-
Erin (Josh) Rigler authored
Fixed a number of issues with the Adjusted Data affine transformation matrix generator in the IPython Notebook AdjustedPhase1GenerationTool.ipynb: - original version mistakenly pointed to geohazards server for baseline web service, which requires a password; we only needed to read baselines, not write, and this functionality is provided by the geomag server. - original version choked if only 1 baseline set was available when extracting a pier correction from the set - original version did not filter time stamps quite right; updated version at least does not include times not requested, although it may return fewer than expected if the timestamp associated with a baseline set is later/earlier than the measurement times (this frequently happens due to a bug in the webabsolutes package that has been reported) - generate plots with datetimes - added non-active cell that constrains the affine transformation matrix to apply a uniform scaling factor instead of allowing separate scaling for different vecor components - redid the pseudo definitive data calculations based on average baselines to better reflect how MagProc software works. - inserted/modified markdown and docstrings to better describe what is going on.
-
- Jan 24, 2017
-
-
Jeremy M Fee authored
Add Python 3 support
-
- Jan 23, 2017
- Jan 21, 2017
- Jan 19, 2017
-
-
Jeremy M Fee authored
fix dead IAGA links in documentation
-
Laurence Billingham authored
-
Laurence Billingham authored
-
Laurence Billingham authored
-
- Jan 18, 2017
-
-
Jeremy M Fee authored
Fix typo from "one_save" to "on_save"
-
Yash Shah authored
-
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..
-