Skip to content
Snippets Groups Projects
  1. Aug 08, 2018
  2. Aug 07, 2018
  3. Aug 06, 2018
  4. Aug 08, 2017
  5. Jul 26, 2017
  6. 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
  7. Mar 22, 2017
  8. 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
  9. Jan 19, 2017
  10. Oct 28, 2016
  11. Oct 27, 2016
  12. Oct 26, 2016
  13. Sep 07, 2016
    • Erin (Josh) Rigler's avatar
      Further clarification on forgetting factors · 780cb2c2
      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.
      780cb2c2
  14. Aug 22, 2016
  15. Aug 19, 2016
    • Erin (Josh) Rigler's avatar
      More updates to SqDistAlgorithm documentation · 7cbcfff9
      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.
      7cbcfff9
  16. Aug 12, 2016
  17. Aug 08, 2016
  18. Aug 02, 2016
    • Erin (Josh) Rigler's avatar
      Polished up SqDist_usage.md · 80e29d84
      Erin (Josh) Rigler authored
      - (hopefully) a more clear explanation of how --sqdistd-alpha, --sqdist-beta,
        --sqdist-m, and --sqdist-gamma options work;
      - actually tested the examples against an updated geomag-algorithms install,
        and it works!
      80e29d84
  19. Aug 01, 2016
    • Erin (Josh) Rigler's avatar
      Change defaults for command line script · 58c85f20
      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.
      58c85f20
    • Erin (Josh) Rigler's avatar
      SqDist.md link points to renamed Jupyter Notebook · 0ad69651
      Erin (Josh) Rigler authored
      Made a minor change so that the link in the SqDist.md now points to
      SqDistValidate.ipynb instead of SqDist.ipynb. Other very minor edits.
      0ad69651
  20. Jul 27, 2016
    • Erin (Josh) Rigler's avatar
      IPython notebook updates · 785158dc
      Erin (Josh) Rigler authored
      - updated Ipython notebook to used SqDistAlgorithm class and methods
      - added unit tests
      - added functional tests/demonstrations
      - added lots of explanatory Markdown
      785158dc
  21. May 25, 2016
  22. May 13, 2016
  23. May 12, 2016
  24. May 11, 2016
  25. Feb 02, 2016
  26. Feb 01, 2016
  27. Jan 27, 2016
Loading