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 31, 2024
  7. May 29, 2024
  8. May 03, 2024
  9. Apr 22, 2024
  10. Apr 17, 2024
  11. Apr 10, 2024
  12. Apr 02, 2024
  13. Mar 26, 2024
  14. Feb 28, 2024
  15. Feb 15, 2024
  16. Feb 09, 2024
  17. 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
  18. Jan 16, 2024
  19. 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
  20. Jan 05, 2024
  21. Jan 03, 2024
  22. Dec 26, 2023
  23. Dec 22, 2023
  24. Oct 10, 2023
Loading