Skip to content

v1.7.8

Compare
Choose a tag to compare
@luca-s luca-s released this 09 Aug 10:08
· 102 commits to master since this release

This is a minor version upgrade that contains few improvements and bug fixes to the previous v1.7.7 release.

ENHANCEMENTS:

  • add new Travel Time Table format ConstVel: simple constant velocity (homogeneous) model, which is quite handy for very local seismicity
  • allow negative origin depths to be passed to SeisComP travel time table instead of forcing them to 0 and let the TTT to handle negative values as they please

BUG FIXES:

  • NonLinLoc grid files: Transverse Mercator transform fails sometimes (use of an uninitialized variable bug)
  • fix unit testing compilation

Thanks to @damb and @morealaz for the help