Releases: swiss-seismological-service/scdetect
Releases · swiss-seismological-service/scdetect
v1.1.6
This is a minor version upgrade that contains a bug fix introduced in the previous release.
Bugfixes:
- arrivals, magnitudes, station magnitudes and origin comments are not properly sent to the messaging system and thus are not stored into the database (and thus not even visible on scolv)
v1.1.5
This is a minor version upgrade that contains small improvements over the previous release.
Features and Changes:
- Compute arrival distance and azimuth. This is to avoid that
scamp
andscmag
crash after throwing the exception:Arrival.distance is not set, returning
. To be clear,scdetect
comes with its own magnitude computation and it doesn't needscamp
/scmag
. However its defaultprimaryGroup
isLOCATION
, which means its origins are detected byscamp
andscmag
with their consequent crash - unless the user changescdetect
primary group to something else. - Reduce the number of generated messages on detection: notifier messages are not generated anymore for each Origin child (arrivals, magnitudes, station magnitudes, station magnitude contributions and comments). Only one notifier containing the Origin is now sent. That is consistent with the other module behaviour.
v1.1.4
This is a minor version upgrade that contains small improvements over the previous release.
Features and Changes:
- A configuration parameter is added (
eventDB
) that allows to specifies a SCML file to load the template event data from. This is similar to the command line option--event-db
scdetect
now fails if the templates cannot be properly and fully loaded. The reason is that the user would hardly look at the log files ifscdetect
doesn't stop in this scenario and they would be unaware that something wrong happended.
Bugfixes:
- The default value of the configuration parameter
templatesJSON
is not applied (@ROOTDIR@/etc/scdetect-cc/templates.json
) andscdetect
fails to find the teamplates configuration even though the file is there