Skip to content
Snippets Groups Projects
  1. Jun 01, 2020
    • Erin (Josh) Rigler's avatar
      Fix TimeseriesUtility.pad_and_trim_trace · 3703dda2
      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.
      3703dda2
  2. May 19, 2020
  3. May 18, 2020
  4. May 12, 2020
  5. May 11, 2020
  6. May 08, 2020
  7. May 07, 2020
  8. May 05, 2020
    • Erin (Josh) Rigler's avatar
      Add SJT preliminary metadata to metadata.py · 150a5fcf
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      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.
      150a5fcf
  9. May 04, 2020
  10. Apr 30, 2020
  11. Apr 29, 2020
Loading