Skip to content
Snippets Groups Projects
  1. Mar 10, 2025
  2. Mar 04, 2025
  3. Mar 03, 2025
  4. Feb 27, 2025
  5. Feb 18, 2025
    • Erin (Josh) Rigler's avatar
    • Erin (Josh) Rigler's avatar
      Fix minor unit test failures: · 2d7c3cdd
      Erin (Josh) Rigler authored
      - MiniSeedInputClient expects a stream as input, not a trace
        (like RawInputClient), and unit tests were designed around this;
        I reverted _put_channel() to its original design, which sends an
        entire stream instead of one trace at a time.
      - I forgot to include a tiny change to RawInputClient_test that was
        part of the original (abandoned) MR
      - I also made the read client timeout configurable
      2d7c3cdd
    • Erin (Josh) Rigler's avatar
      Add "tenhertz" to LegacySNCL.py · edd44e60
      Erin (Josh) Rigler authored
      edd44e60
    • Erin (Josh) Rigler's avatar
      RawInputClient Update: · e5b61b9d
      Erin (Josh) Rigler authored
      - handle intervals other than 1s and 1m properly
      e5b61b9d
    • Erin (Josh) Rigler's avatar
      EdgeFactory Upgrades: · 2702d9f4
      Erin (Josh) Rigler authored
          - configurable scale_factor and float vs. int conversion logic
          - configurable sncl_mode for different channel mapping
          - multiple read ports allowed for fail-over logic
          - generally more (if not perfectly) compatible with MiniSeedFactory
      2702d9f4
    • Erin (Josh) Rigler's avatar
      MiniSeedFactory Upgrades: · 2bb0ec23
      Erin (Josh) Rigler authored
      - configurable scale_factor and float vs. int conversion logic
      - configurable sncl_mode for different channel mapping
      - multiple read ports allowed for fail-over logic
      - configurable write_encoding for setting miniseed data type
      - generally more (if not perfectly) compatible with EdgeFactory
      2bb0ec23
  6. Jan 16, 2025
  7. Jan 06, 2025
  8. Nov 19, 2024
  9. Oct 21, 2024
  10. Sep 27, 2024
    • Erin (Josh) Rigler's avatar
      Fix _post_process() in FDSNFactory · 28f9dbe7
      Erin (Josh) Rigler authored
      The FDSNFactory was not working with input streams that contained multiple
      segments. This was because FDSNFactory wasn't doing the full "_post_process"
      like, for example, EdgeFactory. More specifically, FDSNFactory's `_post_process()`
      method did not convert masked arrays (which is how obspy prefers to deal with
      gappy data) into regular numpy arrays with NaNs for missing data, as expected
      in all geomag-algorithms code.
      
      This became quickly obvious once some of the less stable ASL variometers
      were processed, like US-EYMN. This fix should allow us to now pull and plot
      EYMN, DGMT, and other stations that were not working with the previous
      release of FDSNFactory.
      28f9dbe7
  11. Sep 24, 2024
  12. Sep 23, 2024
  13. Sep 20, 2024
  14. Sep 19, 2024
  15. Sep 18, 2024
    • Erin (Josh) Rigler's avatar
      Remove sensitivity/response; fixes issue #117. · 0792d5a0
      Erin (Josh) Rigler authored
      Remove instrument_sensitivity if it exist. If it doesn't exist, then
      an instrument_polynomial must describe the response, which is how the
      Geomagnetism Program specifies an offset and gain response. We do not
      attempt to remove any frequency-depenent response since these all seem
      tailored to seismic data (e.g., no DC/zero-frequency response).
      0792d5a0
  16. Sep 16, 2024
  17. Sep 13, 2024
  18. Aug 16, 2024
  19. May 31, 2024
  20. May 29, 2024
  21. May 03, 2024
  22. Apr 22, 2024
Loading