Skip to content

Gisola v1.2.0

Compare
Choose a tag to compare
@nikosT nikosT released this 09 Nov 17:02
· 7 commits to main since this release

This release solves issues found when calculating MTs for small events and small distances (e.g. microseismicity).

Issue

  • The problem stemmed from the calculation of dt in variance reduction computation, where the precision of 2 digits proved insufficient. It was necessary to modify the precision to 4 digits to address the issue.
  • A bug in the map plotting was identified, arising from the combination of small plot distances with the combination of the latitude and longitude values.

Solution

  • Change in Variance reduction computation the rounding to 4 digits
  • Update the basemap library along with dependencies

"To Whom Does This Concern?"

  • If you already use this software calculating MTs for regular magnitudes and involved distances, you do not need this update (apart from corner cases that may fall the the above description of the issue).
  • If that involves you:
    1. download the latest Gisola code under this release/tag v.1.2.0
    2. remove old conda environment (or the one you use): conda env remove --name gisola
    3. re-apply the new one as described in Installation in Wiki: conda env create -f environment.yml

Full Changelog: v.1.1.0...v.1.2.0