This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Bugfixes
logging
- fixed segfault that occurs when many threads do much logging at the same time
database
- fixed postgresql.sql/sqlite3.sql schema to use VARCHAR instead of BLOB for Meta table
record streaming
- fixed bug that caused incomplete requests when corrupt records are read
scimex
- Sends messages to a sink in its supported format -> exporting to systems running an old version works, too
scautoloc
- Fixed crash when an origin is received where time.uncertainty is not set (usually NLL origins)
scheli
- Filtering did not work because the sampling frequency of the data has not been propagated to the filter
scolv
- Event preferred focal mechanism updates are propagated to the first motion plot
- Amplitude picker
- amplitude marks now show the magnitude in addition to the type
- Amplitudes timewindow and uncertainties are now populated correctly. Before
the amplitude.timeWindow was set to reflect the time window of the processed
data and the uncertainty defined the width of the measured time window (eg when
using minmax measures) which was wrong. Now amplitude.timeWindow is the
time window of the measure (eg minmax) and the uncertainty is the error when
averaging amplitudes from two components (eg ML or MLh).
When analysing events created with an older version of SeisComP the red or green bar around the amplitude will cover the complete time window of the processed data which is only a visual issue. The value itself is correct.
- Picker
- fixed several bugs when assigning another phase to existing arrivals
- added context menu entry "Declare X arrival" to associate an available pick which is active if the picking mdoe for phase X is active
- added context menu entry to remove a pick from a trace (to make it disappear)
Changes
amplitude processor interface
- the interface changed to return proper information on measurement time window and uncertainties. existing plug-ins need to be ported to the new interface.
New features
BK picker
- added option to configure debug output for BK picker, default is false
module.trunk.global.picker.BK.debug = true
GUI
- new splash screen
scautopick
- added switch to enable stations for picking
configuration filemodule.trunk.AB.CDEF.detecEnable = false
or
key fileDETEC_ENABLE="false"
- detector resets now all its internal attributes if reset is requested
scheli
- configurable time format for the time plot in the upper right corner of a plot
# Time format as used in strftime heli.timeFormat = "%F"
- start and end time of the plot are printed if the content of the strings do not match