Skip to content

v1.3.0

Compare
Choose a tag to compare
@luca-s luca-s released this 24 Feb 10:05
· 405 commits to master since this release

This is a major version upgrade that contains small bug fixes, performance improvements, backward incompatibilities and a major new feature.

NEW FEATURES:

  • Added support for NonLinLoc grid files alongside SeisComP travel time formats (LOCSAT, libtau). This enables 3D velocity models in the double-difference invesion. Currently we support GLOBAL, SIMPLE and SDC transforms.
  • multi-event relocation: events to be relocated can now reside in a XML file

BUG FIXES:

  • resampling: anti-alias filter was not properly applied

PERFORMACE:

  • cross-correlation: slightly improved the algorithm speed
  • profileTimeAlive configuration is now set to 1 hour (by default) instead of infinite: no need to keep the profile in memory forever since the overhead of loading the profile is quite slow

BACKWARD INCOMPATIBILITIES and ENHANCEMENTS:

  • Multi-event relocation: all the command lines options that work with multi-event relocation can now accept the event lists via command line instead of requiring a profile to specify them. This makes user life easier when they work on multiple catalogs with the same configuration (see uodated documentation for more details: reloc-catalog and eval-xcorr)