- Aug 28, 2019
-
-
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.
-
- Aug 09, 2019
-
-
Jeremy M Fee authored
Fixes issue 226
-
- Jul 08, 2019
-
-
Erin (Josh) Rigler authored
Issue 118
-
Cain, Payton David authored
Adds KAK into observatory metadata's dictionary definition.
-
Cain, Payton David authored
Adds KAK into observatory metadata dictionary.
-
Erin (Josh) Rigler authored
Fixes issue 121
-
Erin (Josh) Rigler authored
Fixes issue 119
-
Cain, Payton David authored
Change trailing whitespace from previously edited comment.
-
Cain, Payton David authored
Inserts two newlines after import os
-
Cain, Payton David authored
Line was too long, moved last word to next line to change line length from 80 character limit
-
Cain, Payton David authored
Intentionally left blank to restart Travis, fixing flake8 issue.
-
Cain, Payton David authored
Intentionally left blank to restart Travis, fixing flake8 issue.
-
Cain, Payton David authored
Verifies if the directory exists, if not a new directory is created to store the written file
-
Cain, Payton David authored
Ensures that the specified directory exists before wiriting file to directory. If the directory doesn't exist, a new one is created to store the written file.
-
- Jul 03, 2019
-
-
Cain, Payton David authored
Intentionally left empty to restart Tracis-Cl
-
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.
-
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.
-
- Jul 02, 2019
-
-
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.
-
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.
-
Cain, Payton David authored
Modifies the pack string so that it's a bytes object rather than a string.
-
Cain, Payton David authored
Changes comments in parse_string function from the comments contained in the IAGA2002 file
-
Cain, Payton David authored
Change comments inside of parse_string function from the IAGA2002 comments
-
Cain, Payton David authored
Change comments in parse_string function from those contained in IAGA2002
-
Cain, Payton David authored
Changes the comments for the parse_string function from IAGA2002 file's comments Please enter the commit message for your changes. Lines starting
-
Erin (Josh) Rigler authored
Fixes issue 237
-
Cain, Payton David authored
Fixes issue with unnecessarry warning message
-
- May 29, 2019
-
-
Erin (Josh) Rigler authored
Pcdcp one second factory ingest
-
Claycomb, Abram Earl authored
-
- May 28, 2019
-
-
Claycomb, Abram Earl authored
-
Claycomb, Abram Earl authored
-
Claycomb, Abram Earl authored
-
- May 23, 2019
-
-
Claycomb, Abram Earl authored
-
- May 13, 2019
-
-
Claycomb, Abram Earl authored
-
Jeremy M Fee authored
WIP: Filter one minute
-
- Mar 12, 2019
-
-
- Feb 26, 2019
-
-
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.
-
- Feb 19, 2019
-
-
Erin (Josh) Rigler authored
Update version info in package.json and setup.py
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
Update DED and DHT DECBASE values
-
Erin (Josh) Rigler authored
These changes were deployed directly to production (mage2) on November 8. This is a belated update to the official metadata.
-