Skip to content
Snippets Groups Projects
  1. Mar 20, 2023
    • Erin (Josh) Rigler's avatar
      Force traces in stream to first dtype before merge · af72dc0f
      Erin (Josh) Rigler authored
      A Stream corresponding to a given network, station, location, and
      channel can (but probably shouldn't) have more than 1 trace returned
      from an ObsPy client.get_waveforms() function. This happens, for
      example, when the data type generated by a given station changes.
      This change forces the dtype of the data array for all Traces in
      the Stream to match the dtype of the data array in the first Trace
      of the Stream, thus allowing the Stream.merge() function to work
      as intended.
      af72dc0f
  2. Oct 14, 2021
  3. Oct 13, 2021
  4. Oct 05, 2021
  5. Sep 02, 2021
  6. Aug 24, 2021
  7. Aug 18, 2021
  8. Aug 17, 2021
  9. Jun 24, 2021
  10. Jun 16, 2021
  11. Apr 07, 2021
  12. Apr 06, 2021
  13. Jun 18, 2020
  14. Mar 03, 2020
  15. Feb 19, 2020
  16. Feb 14, 2020
  17. Feb 13, 2020
  18. Feb 12, 2020
  19. Feb 06, 2020
  20. Feb 04, 2020
  21. Jan 30, 2020
  22. Dec 16, 2019
  23. Dec 12, 2019
Loading