Skip to content
Snippets Groups Projects
  1. Aug 28, 2019
    • 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
  2. Aug 09, 2019
  3. Jul 08, 2019
  4. Jul 03, 2019
    • Cain, Payton David's avatar
      Fixes issue 226 · 6a4a4886
      Cain, Payton David authored
      Intentionally left empty to restart Tracis-Cl
      6a4a4886
    • Cain, Payton David's avatar
      Fixes issue 121 · acb830ec
      Cain, Payton David authored
      Verifies whether or not the filename created exists. If not, the function returns with no output. If the filename exists, an outpupt file is written.
      acb830ec
    • Erin (Josh) Rigler's avatar
      Remove `import sys` · ae5f2c5f
      Erin (Josh) Rigler authored
      To satisfy flake8, and not trigger the F401 error, it was necessary to remove `import sys`, since it was no longer being used. This error slipped through Travis-CI because @erigler-usgs  got impatient waiting for Travis-CI to complete for a very simple PR and merged it before all tests were complete. Lesson learned.
      Unverified
      ae5f2c5f
  5. Jul 02, 2019
  6. May 29, 2019
  7. May 28, 2019
  8. May 23, 2019
  9. May 13, 2019
  10. Mar 12, 2019
  11. Feb 26, 2019
    • Erin (Josh) Rigler's avatar
      Add can_produce_data() method to AdjustedAlgorithm · 94284006
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      AdjustedAlgorithm.process() essentially adjusts two values:
      
       - 3D vector field HEZ_raw -> XYZ_adj
       - 1D scalar field F_raw -> F_adj
      
      Neither should depend on the other, but this was implicitly the case
      as originally implemented. When F was missing, this prevented XYZ
      from being calculated, at least when called in 'update' mode by the
      Controller. Likewise, if HEZ were missing, this prevented adjusted F
      from being calculated.
      94284006
  12. Feb 19, 2019
Loading