Releases: swiss-seismological-service/scrtdd
v1.8.6
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
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
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
v1.8.2
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 byorigin
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 calledorigin
v1.7.15
v1.7.13
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
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.so
if 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
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