Releases: swiss-seismological-service/scrtdd
Releases · swiss-seismological-service/scrtdd
v1.5.5
v1.5.4
v1.5.3
This is a minor release that contains only one small improvement to --reloc-catalog option
v1.5.2
v1.5.1
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
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
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