Skip to content

Gisola v1.1.0

Compare
Choose a tag to compare
@nikosT nikosT released this 26 Feb 23:13
· 26 commits to main since this release
25273e6

Major bug fix when same TYPE records found

Before the fix, Gisola could use e.g. NET.STA.LOC.HH as NET.STA.LOC.BH and vice versa. Theoretically, since both types of traces passed the filters, both are equivalent and qualified for the process. The MT solution will not change, but streams could be displayed wrong in terms only of channel type (at the level of station).

In the cases, where a station has more than one channel (e.g. HH and BH), the bug could affect the plots.
Specifically,

  1. it could plot only the stream's label NET.STA.LOC.HH* as NET.STA.LOC.BH* (and vice versa) in misfit.png
  2. it could plot the other channel in streams.png
  3. it could append the other channel in QuakeML

1,2,3 would happen altogether (not some of them) or not at all, without an error message. Only through log file, someone can observe if the bug affected his plots.

This is the major change/commit: 25273e6