- Jun 01, 2020
-
-
Erin (Josh) Rigler authored
I ran into a floating point precision issue when padding a trace out to the requested starttime when the data block returned by the Edge miniseed factory (but this is not an Edge issue, per se) was less than what was requested. My solution was to use `round()` instead of `int()` when converting a time differential to a discrete number of samples. I'm confident this is a robust fix for padding. I'm not sure if it also the proper approach to the trimming, which seems to be a bit more sophisticated in that is uses the `ceil()` method. In any case, I request some feedback before merging this deceptively simple PR.
-
- May 19, 2020
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- May 18, 2020
-
-
Jeremy M Fee authored
Metadata service
-
- May 12, 2020
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
Merge branch 'residual-edits' of https://github.com/pcain-usgs/geomag-algorithms into pcain-usgs-residual-edits
-
- May 11, 2020
-
-
Turns out we had calibration values for the BRW/BRT sensor in the PCDCP system, so I used these instead of the default Narold values. Also, @bgeels said FDT is ready to go online, so we added an entry for that. FRD was using default Narod calibration values in PCDCP, so we just kept those.
-
Just using default Narod cal values.
-
- May 08, 2020
-
-
Cain, Payton David authored
Merge branch 'residual-edits' of https://github.com/pcain-usgs/geomag-algorithms into residual-edits
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- May 07, 2020
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- May 05, 2020
-
-
The actual calibration coefficints are filed in the GHSC, but due to COVID-19 telework policies at the moment, it is not possible to go and retrieve these. We've used nominal scaling values for the SJT FGE fluxgate magnetometer here, providing only bare minimal info. Once business returns to normal, this file should be updated for SJT.
-
- May 04, 2020
-
-
Cain, Payton David authored
-
- Apr 30, 2020
-
-
Cain, Payton David authored
-
- Apr 29, 2020
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Erin (Josh) Rigler authored
Refactor for readability - Looks good. The clean-up is making it a little easier to interpret the algorithm's logic, and TBH, I'm have some small doubts about the mathematical correctness of some things. But I'm pretty sure it faithfully captures the original spreadsheet logic, which is all we can do for now.
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-