Skip to content
Snippets Groups Projects
  1. May 01, 2017
  2. Apr 26, 2017
  3. Apr 11, 2017
  4. Apr 10, 2017
    • Erin (Josh) Rigler's avatar
      Reconciled reveiwer comments · e979b9de
      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.
      e979b9de
  5. Mar 23, 2017
    • Erin (Josh) Rigler's avatar
      Change "Bake" to "Baker" Lake · 1a936a3c
      Erin (Josh) Rigler authored
      Discovered a small typo in the BLC (Baker Lake) entry. Fixed it.
      1a936a3c
    • Erin (Josh) Rigler's avatar
      Update ObservatoryMetadata.py · 77448f55
      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.
      77448f55
  6. Mar 22, 2017
  7. Mar 15, 2017
    • Erin (Josh) Rigler's avatar
      Fix Adjusted Data transformation matrix generator · 9437b589
      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.
      9437b589
  8. Jan 24, 2017
  9. Jan 23, 2017
  10. Jan 21, 2017
  11. Jan 19, 2017
  12. Jan 18, 2017
  13. Jan 11, 2017
  14. Jan 10, 2017
  15. 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
Loading