Skip to content
Snippets Groups Projects
  1. Feb 28, 2024
  2. Feb 26, 2024
  3. Feb 20, 2024
  4. Feb 15, 2024
  5. Feb 14, 2024
  6. Feb 13, 2024
  7. Feb 12, 2024
  8. Feb 09, 2024
  9. 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
  10. Jan 16, 2024
  11. 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
  12. Jan 05, 2024
  13. Jan 03, 2024
Loading