Skip to content

Releases: swiss-seismological-service/scrtdd

v1.5.5

31 Aug 14:21
Compare
Choose a tag to compare

This version doesn't contain any change, but fixes the software version number that was not updated in v1.5.4 (running scrtdd --version gave the wrong version)

v1.5.4

30 Aug 16:05
Compare
Choose a tag to compare

This is a minor release that contains only one small improvement to make NLL grid headers parsing more robust.

v1.5.3

07 Jul 08:10
Compare
Choose a tag to compare

This is a minor release that contains only one small improvement to --reloc-catalog option

v1.5.2

22 Jun 18:54
Compare
Choose a tag to compare

This is a minor release that contains only one bug fix

v1.5.1

17 Jun 17:53
Compare
Choose a tag to compare

This is a major version upgrade that contains small bug fixes, small performance improvements and one backward incompatibility.

ENHANCEMENTS:

  • XML ouput now contains the PICKs and MAGNITUDEs of the source origin and a comment containing the public id of the source origin

BUG FIXES:

  • --send-reload-profile-msg option doesn't work when the primary group is different from the default LOCATION
  • StationMagnitudes are now added to the relocated origins, not only the Magnitudes

BACKWARD INCOMPATIBILITIES:

  • --dump-catalog-xml has been removed and replaced by --xmlout that it has to be added to --reloc-catalog option in order to generate an XML file containing the double-difference relocated catalog (see doc)

PERFORMANCE:

  • do not unload the brackground catalog when scrtdd.profileTimeAlive expires, instead unload waveforms memory and travel time tables
  • do not create files and folders in the working directory if scrtdd.saveProcessingFiles is disabled (before they were created and then deleted, which is especially slow if the working directory is a network one)

v1.4.1

11 Jun 18:38
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvements.

ENHANCEMENTS:

  • Unload travel time tables after single-event relocation. This releases memory and file descriptors and it is especially useful when using NLL grid files
  • Added compare-catalogs.py script for quick catalog comparison

v1.4.0

18 May 22:07
Compare
Choose a tag to compare

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

NEW FEATURES:

  • real-time waveforms are now much faster to be fetched from seedlink server, which greatly improve the real-time relocation speed
  • profile configuration structure has been greatly improved
  • single-event and multi-event mode can now use a common profile which allows to share the waveform cache folder

BACKWARD INCOMPATIBILITIES:

  • the configuration options have been restructured, so the profiles need to be deleted and re-created
  • the waveform cache format has changed, so the old profile working folder should be deleted to avoid wasting disk space

v1.3.6

05 May 08:21
Compare
Choose a tag to compare

This is a minor release that contains only a single bug fix:

  • The solver crashes in certain(rare) scenarios when the option profile.*.solver.includeTravelTimeResiduals is enabled

v1.3.5

01 May 10:55
Compare
Choose a tag to compare

This is a minor release that contains only a single performance improvement change:

  • the clustering algorithm is now faster and better scales with large datasets

v1.3.4

12 Apr 11:47
Compare
Choose a tag to compare

This is a minor release that contains only one bug fix