Skip to content
Snippets Groups Projects
  1. Jun 14, 2023
  2. Jun 13, 2023
  3. Jun 09, 2023
  4. May 26, 2023
  5. May 25, 2023
  6. May 23, 2023
  7. May 22, 2023
  8. May 18, 2023
  9. May 17, 2023
  10. May 16, 2023
  11. May 15, 2023
  12. 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
  13. 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
  14. May 10, 2023
  15. 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
  16. May 04, 2023
  17. Apr 27, 2023
  18. Apr 25, 2023
Loading