Skip to content
Snippets Groups Projects
  1. May 17, 2023
    • Wilbur, Spencer Franklin's avatar
      Merge branch 'port-change-attempt-2' into 'master' · f00d8fff
      Wilbur, Spencer Franklin authored
      Allow `None` value for --[in|out]put-port
      
      See merge request !229
      f00d8fff
    • Erin (Josh) Rigler's avatar
      Allow `None` value for --[in|out]put-port · 7e93ae26
      Erin (Josh) Rigler authored
      This is probably a band-aid covering up for earlier poor design choices,
      but `--input-port=None` and `--output-port=None` are now allowed in calls
      to the `get_*_factory()` functions in factory.py. If `None`, a default
      value is used in subsequent calls to initialize the respective factories.
      
      This fixes broken geomag-filter processing that arose when a `None` value
      was used to initialize factories after the `--input-port` and `--output-port`
      options were added in the previous merge request.
      7e93ae26
  2. May 16, 2023
  3. May 15, 2023
  4. May 12, 2023
    • Erin (Josh) Rigler's avatar
      Return scale_value as ratio (or radians) · 5682a86a
      Erin (Josh) Rigler authored
      The scale_value used to check residual observations should always
      be in radians. It is a ratio, not an angle, so converting it to
      degrees never made sense. Also, the SpreadsheetAbsolutesFactory
      needed to NOT change the scale_value read from spreadsheets into
      degrees. Finally, both the SpreadsheetAbsolutesFactory and the
      SpreadsheetSummaryFactory were modified to look for spreadsheet
      files more aggressively in their respective base_directories...
      this was done in this commit in order to get the residual_test.py
      unit tests to all pass. The only changes made to the latter were
      to remove a couple of forgotten print() statements.
      5682a86a
  5. May 11, 2023
    • Erin (Josh) Rigler's avatar
      Fixes issue #93 · 9e03446a
      Erin (Josh) Rigler authored
      - fix math used to calculate ordinates from baselines and absolutes
      - modify json files that hold the expected values for related unit tests
      - fix a typo in the adjusted_test.py unit test module
      9e03446a
  6. May 10, 2023
  7. May 08, 2023
    • Wilbur, Spencer Franklin's avatar
      changed the ports from 22061 back to 2061 except for the defined port in... · b43f3c67
      Wilbur, Spencer Franklin authored
      changed the ports from 22061 back to 2061 except for the defined port in MiniSeedFactory.py which is set to 7974 on line 28
      b43f3c67
    • Wernle, Alexandra Nicole's avatar
      Merge branch 'fix-miniseed-writer-dropping-last-sample' into 'master' · 86ee09d8
      Wernle, Alexandra Nicole authored
      Modify TimeseriesUtility.py's split_trace()
      
      See merge request !226
      86ee09d8
    • Erin (Josh) Rigler's avatar
      Modify TimeseriesUtility.py's split_trace() · b662348c
      Erin (Josh) Rigler authored
      The split_trace() function always dropped the last sample. This was
      seemingly part of a flawed logic designed to prevent traces being
      written to Edge by the MiniSeedInputClient that spanned midnight.
      This worked, but only if the original trace actually spanned midnight.
      For the majority of data that do not span midnight, this dropped a
      sample every time. The updated logic does what I believe was the
      original intent (that is, it breaks traces into more manageable
      chunks) without duplicating or losing any data. This is consistent
      with obspy's concept of data slices, where a starttime and endtime
      are always inclusive, but it deviates somewhat from MiniSeed logic,
      which assumes a starttime, plus a delta, plus a number of samples.
      
      It was necessary to update a couple unit tests for the MiniSeedFactory
      to work with this new logic, but I am certain that the original test
      logic was not based on anything but what the TimeseriesUtility.py
      function(s) returned when they were originally written.
      b662348c
  8. May 04, 2023
  9. Apr 27, 2023
  10. Apr 25, 2023
  11. Apr 24, 2023
  12. Apr 14, 2023
  13. Apr 13, 2023
  14. Apr 11, 2023
  15. Apr 10, 2023
Loading