Skip to content

Releases: swiss-seismological-service/scrtdd

v1.8.6

17 May 10:05
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvements or bug fixes to the previous release.

ENHANCEMENTS:

  • Allow sclistorg to match events with no type associated. Now the --ev-type option can accept an empty string that matches events with no type associated e.g --ev-type "" (match only events without type) or --ev-type "earthquake," (match events with type "earthquake" or no type)

v1.8.5

14 May 12:18
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvements or bug fixes to the previous release.

ENHANCEMENTS:

  • Add option --inherit-mag: to be used in combination with --xmlout option, it allows relocated origins to inherit the magnitudes from their source origins. Useful to maintain the magnitudes of the original catalogs.

v1.8.4

14 May 12:15
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvements or bug fixes to the previous release.

BUG FIXES:

  • Arrival distance must be epicentral and not hypocentral: this is in line with SeisComP, which relies on this feature e.g. when computing magnitude, scmag passes the arrival distance to the magnitude routine and it expect it to be epicentral distance.

v1.8.3

14 May 12:13
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvements or bug fixes to the previous release.

BUG FIXES:

  • sclistorg option "--ev-type" doesn't work properly

v1.8.2

01 Nov 15:23
Compare
Choose a tag to compare

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

ENHANCEMENTS:

  • improve clustering algorithm speed (when relocating hundred of thousand of events with million of phases, then it would be better to switch to this version of the code)
  • sclistorg: added more options (see sclistorg --help)
  • better error messages when failing to parse catalog files
  • origin arrival distances are now hypocentral distance (previously was epicentral)
  • improve xml configuration option descriptions

BUG:

  • origin quality station median sistance reports the mean distance instead

BACKWARD INCOMPATIBLE CHANGES:

  • Default phaseFiltering.minStationToEventPairDistRatio is now 5 (more robust default, since this would skip phases that should not be used in the double-difference system)
  • Disable cross-correlation by default (due to the expensive computation time it should be enabled only after the other parameters of rtDD have been optimized)
  • seiscompId replaced by origin header in catalog format: when the catalog is provided as a csv file with a single column of origins ids then the column name should now be called origin

v1.7.15

10 May 12:26
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvement to the previous release.

ENHANCEMENTS:

  • improve compatibility with LOCSAT travel time tables. This affects only SeisComP >= 5.4, for lower version numbers there are no changes.

v1.7.13

25 Feb 17:16
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvement to the previous release.

ENHANCEMENTS:

  • waveform resampling is more accurate, even though is now a bit slower

BUG FIXES:

  • interoperability with SeisComP travel time table (LOCSAT, libtau, homogeneous) has improved. Most users will not notice it, but few corner cases have been addressed properly
  • the waveforms cached to disk have a limit on the file size. Normally this is not an issue, but it is in certain scenarios, e.g. high frequency data requires big files even with short template waveform windows

v1.7.12

28 Aug 16:38
Compare
Choose a tag to compare

This is just a maintenance version upgrade that contains installation improvement to the previous v1.7.11 release.

  • lib/hdd header files are not installed anymore, since they are not needed. You can safely remove the old installation files if you wish to keep your installation clean: just delete the directory $SEISCOMP_ROOT/header/hdd
  • lib/hdd installation has changed: $SEISCOMP_ROOT/lib/libseiscomp_hdd.so -> $SEISCOMP_ROOT/lib/libhdd.so. You can safely remove the old $SEISCOMP_ROOT=/lib/libseiscomp_hdd.soif you wish to keep your installation clean.
  • the SeisComP wrapper around $SEISCOMP_ROOT/lib/libhdd.so has been kept the same, do not delete it: $SEISCOMP_ROOT/lib/libseiscomp_hddsc.so

v1.7.10

24 Aug 17:44
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvement to the previous v1.7.9 release.

ENHANCEMENTS:

  • allow cross-correlation to be computed on the same component (e.g. Z,N,E,1,2,3) used for the phase arrival if profile.myProfile.crossCorrelation.p|s-phase.components is not set (empty). This allows maximum flexibility, letting the user decide which component to use for which phase.
  • improve few log messages

v1.7.9

19 Aug 18:05
Compare
Choose a tag to compare

This is a minor version upgrade that contains small improvement to the previous v1.7.8 release.

ENHANCEMENTS:

  • allow Windows end-of-line in csv files (catalogs)
  • be more informative when the parsing of catalog file(s) fails