Skip to content
Snippets Groups Projects
  1. Sep 19, 2024
  2. 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
  3. Sep 16, 2024
  4. Sep 13, 2024
  5. Aug 16, 2024
  6. May 29, 2024
  7. Feb 28, 2024
  8. Feb 15, 2024
  9. Feb 09, 2024
  10. Jan 19, 2024
    • Wilbur, Spencer Franklin's avatar
      Committing two new files, FDSNSNCL and FDSNFactory. The factory is modeled... · a67da355
      Wilbur, Spencer Franklin authored
      Committing two new files, FDSNSNCL and FDSNFactory. The factory is modeled after the MiniseedFactory with the additional functions that retrive azimuth and dip. The Factory also relies on the get_waveforms method of obspy instead of get_timeseries. The instrument response is also attached and then that response is altered using the remove_response method in Obspy. This returns the response in nT, but we may have to change this depending on whether there are variometers with a frequency response. The __init__.py file was also edited to incooporate the FDSNSNCL and FDSNFactory.
      a67da355
  11. Jan 16, 2024
  12. Jan 06, 2024
    • Erin (Josh) Rigler's avatar
      Instantiate EdgeFactory with a snclMapper · bfbfa915
      Erin (Josh) Rigler authored
      Allow EdgeFactory to change which mappings will be used from common channels
      (i.e., X, Y, Z, etc), to SEED SNCLs (station, network, channel, location)
      codes. For now we default to "legacy", for backward compatibility, but we
      can specify snclMapper="geomag" to use the modern SNCLs used by the USGS
      Geomagnetism Program.
      bfbfa915
    • Erin (Josh) Rigler's avatar
      Instantiate EdgeFactory with a scaleFactor · 06a629a0
      Erin (Josh) Rigler authored
      Prior to this, a scale factor of 1000 was applied to all data written
      (via raw input client) prior to writing to edge server. This is still
      the default, but now user can change this scale factor. This will
      allow the EdgeFactory to be used to read data it did not write, and
      rescale it if necessary. Note: default is 1000, not 1, for backward
      compatibility.
      06a629a0
    • Erin (Josh) Rigler's avatar
      Add obspy.clients.neic to EdgeFactory · 7901f8f5
      Erin (Josh) Rigler authored
      Add obspy.clients.neic to client list for retrieving data from edgecwb
      using the CWBQuery protocol (uses miniseed blocks instead of tracebufs).
      We will leave earthworm in-place for now, but only if the input port is
      2060. 2060 is the only port used for earthworm protocal in any of the
      edgecwb nodes used by Geomag, so this should be OK. Eventually we want
      to remove earthworm from "Edge"Factory, perhaps creating a separate
      factory dedicated to earthworm, although, to be honest, we'll probably
      never used earthworm again once we've migrated everthing to miniseed.
      7901f8f5
  13. Jan 05, 2024
  14. Apr 24, 2023
  15. Mar 21, 2023
    • Erin (Josh) Rigler's avatar
      Fixes issue #77 · c2c6c644
      Erin (Josh) Rigler authored
      As per discussion in issue #77 with Dave K., this commit adds delta/2
      to the requested `endtime` to ensure that starttime and endtime are
      fully inclusive in Edge-related I/O factories. I would have liked to
      generalized this and reduce the duplicate code between EdgeFactory
      and MiniSeedFactory, but couldn't figure out how to do this without
      adding considerably *more* code to the project than what is in this
      commit.
      c2c6c644
  16. Oct 14, 2021
  17. Sep 02, 2021
  18. Aug 24, 2021
  19. Aug 18, 2021
  20. Jun 24, 2021
  21. Jun 16, 2021
Loading