v1.0.9
florian-wagner
released this
30 Oct 11:18
·
2872 commits
to master
since this release
conda install -c gimli pygimli=1.0.9 # currently Linux only
New functionality
-
Support for secondary nodes in traveltime calculations (following Giroux & Larouche, 2013; http://dx.doi.org/10.1016/j.cageo.2012.12.005)
- New mesh method
mesh.createSecondaryNodes(numberOfSecNodes)
- New argument when setting mesh in RefractionManager
rst.setMesh(mesh, numberOfSecNodes)
- New mesh method
-
New method to visualize raypaths:
rst.showRayPaths()
(a89eb2c, API Doc)