Skip to content

Gisola v1.2.1

Compare
Choose a tag to compare
@nikosT nikosT released this 29 May 13:09
· 4 commits to main since this release

This release solves an issue found when passing events to Gisola.

Issue

  • The problem was when feeding Gisola with an event (e.g. --event-xml) that already contains a Focal Mechanism (FM) that was previously calculated from another source than Gisola. The reason is that particular attributes which are given to the FM from Gisola might be missing from another source.

Solution

  • Add the reading attributes mechanism only when revision is happening.

"To Whom Does This Concern?"

  • You might experience that issue if Gisola is fed by events (using e.g. --event-xml, FDSNWS-event, etc.) that ALREADY contain Focal Mechanisms (FM)s that were previously calculated from ANOTHER source than Gisola itself. The actual problem is that if Gisola finds an FM in the event XML file, it will try to find the tag: ns0:components. Since other tools that calculate FMs might not provide this feature, it can trigger this error. The version 1.2.1 with this bugfix is supposed to solve this. UNLESS there is a "reviewed" FM in the event XML file, then it will trigger the error (which makes sense, because Gisola can only review, its own solutions).

Full Changelog: v.1.2.0...v.1.2.1