6.6.0
SC_API_VERSION 16.3.0
- seiscomp
- Always remove run- and pid-file upon seiscomp stop.
- Do not resolve and remove configuration variables in
global.cfg
afterseiscomp setup
, e.g.plugins = ${plugins}, abc
. - Fix PostgreSQL database setup script which caused an error if the
configured user does not yet exists as database role. - Fix MYSQL setup script escape warnings
- Third Party
- Update libmseed to 2.19.8
- trunk
- Allow creating amplitude aliases by configuration of
amplitudes.aliases
in global module configuration and amplitude type profiles in global
bindings. - Add filter DURATION().
- Allow to disable SQLite3 disc syncrhronization to decrease time needed to
save data in an SQLite3 database:sqlite3:///path/to/file?sync=false
. - Add support for all synchronous flags of SQLite3 (
sync=[normal|full|extra]
).
- Allow creating amplitude aliases by configuration of
- scolv
- Replace operator comment input control with a text edit control which
allows new lines. Furthermore the restriction of 160 characters has been
removed from the input controls for operator comment and event name. - Set spin distance precision to 1 decimal place in picker and amplitude
picker. - Increase number of visible event types in dropdown to 20 (default=10).
- Ensure all commonEventTypes are visible in event type dropdown.
- Fix initial locator profile parameter setup in locator setup window.
- Fix consistency of OriginLocatorView and PickerView with weight 0 arrivals.
- Replace operator comment input control with a text edit control which
- scqcv
- Store filter string in QSettings.
- scrttv
- Allow the configuration of
filters
with filter names displayed in the
filter selection menu. - Change sorting w.r.t. location and channel.
- Allow the configuration of
- fdsnxml2inv
- Add inconsistency warning with decimation stages.
- Derive stream sampling rate from decimation stages if not given
explicitly.
- scalert
- Fix message string and value precision.
- scart
- Fix option
--rename
.
- Fix option
- scautopick
- Add configuration parameters
thresholds.minDuration
and
thresholds.maxDuration
for constraining pick generation. - Allow adding custom comments to picks which can be evaluated by other
modules. Requires the parameterscomment.ID
andcomment.text
to be
configured. - Fix crash in debug output.
- Add duration comment to pick of
thresholds.maxDuration
is configured.
- Add configuration parameters
- scevent
- Add new plugin "evType" for setting event types based on comments of
picks. - Read and write journals with
--ep
.
- Add new plugin "evType" for setting event types based on comments of
- scquery
- Fix query in documentation.
- Report if query does not require additional parameters.
- screpick
- Add option
--ep
for XML playbacks.
- Add option
- scinv
- In check mode report streams without reference to data logger.
- Update table of checked objects in documentation.
- scxmlmerge
- Add support for journaling and command-line option
--journaling
. - Allow ignoring empty or other bad files by new command-line option
--ignore-bad-files
.
- Add support for journaling and command-line option
- scvoice
- Fix message string and value precision.
- GUI
- Fix rendering of line styles in map legends.
- Fix rendering of geofeature names when a feature is wrapped on the map.
- iLoc
- Update documentation.
- Add scripts for installing iLoc auxiliary files with
seiscomp install-deps iloc
.
- StdLoc
- Refuse locating with less than 4 picks.
- Update documentation.
- Improve parameter descriptions.