Skip to content
Snippets Groups Projects
  1. Apr 24, 2023
  2. Mar 03, 2021
  3. Jan 31, 2020
  4. Sep 26, 2019
  5. Aug 28, 2019
    • Erin (Josh) Rigler's avatar
      Delete old Adjusted Notebooks · e924b0fb
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      All the relevant information was transferred to AdjustedValidate.ipynb. These are
      redundant, and may not even work with the latest versions of Geomag-Algorithms (I
      didn't actually test this, but they haven't been executed in years).
      e924b0fb
    • Erin (Josh) Rigler's avatar
      Minor update to Notebook · 05b13931
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      Notebooks "change" just by opening them, which is unfortunate. Nothing substantial
      actually changed, but I'm committing anyway, just to be safe.
      05b13931
    • Erin (Josh) Rigler's avatar
      Add a PDF of the notebook · 55c55061
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      Even on Github, the notebook does not always render the same way it does
      on my system. So, I printed the AdjustedValidate.ipynb notbook as a pdf
      file. It is not ideal, since links don't work, and some formatting is
      still a little off. But it is readable...something kind of important for
      "documentation".
      55c55061
    • Erin (Josh) Rigler's avatar
      Updated AdjustedValidate.ipynb notebook · d7dd6bd3
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      - Substantial additions to ATB markdown
      - Minor tweaks to code cells
      - Address discrepancies between how WebAbsolutes and residual method
        spreadsheets define/process H baselines (doesn't fix bias noted in
        CMO quasi-definitive data)
      - Re-ran entire updated validation suite on all observatories
      d7dd6bd3
    • Erin (Josh) Rigler's avatar
      Create Adjusted folder under docs/algorithms · 0d85cbc8
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      This is the first of several related commits intended to better organize
      algorithm docs that grow beyond a simple .md or .ipynb file. I created
      an Adjusted folder, and then under that, an images folder. I then moved
      a couple files around accordingly.
      0d85cbc8
    • Erin (Josh) Rigler's avatar
      Initial AdjustedValidate notebook · bce53f66
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      This notebook currently serves as an Algorithm Theoretical Basis,
      validation report, and a not-so-user friendly tool for generating
      Adjusted Data transform matrices manually. It needs to be cleaned,
      and possibly broken into 2 or even 3 separate notebooks, but I'm
      putting it into GitHub as a WIP to get some initial feedback.
      bce53f66
  6. Nov 09, 2018
  7. Aug 08, 2018
  8. Aug 07, 2018
  9. Aug 06, 2018
  10. Aug 08, 2017
  11. Jul 26, 2017
  12. 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
  13. Mar 22, 2017
  14. 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
  15. Jan 19, 2017
  16. Oct 28, 2016
  17. Oct 27, 2016
  18. Oct 26, 2016
  19. 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
  20. Aug 22, 2016
  21. 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
  22. Aug 12, 2016
  23. Aug 08, 2016
  24. 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
Loading