Gisola v1.1.0
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,
- it could plot only the stream's label NET.STA.LOC.HH* as NET.STA.LOC.BH* (and vice versa) in misfit.png
- it could plot the other channel in streams.png
- 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