This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Bugfixes
General
- fixed population of Rio de Janeiro in cities.xml
- fixed reading/writing of database boolean values with Postgresql
- it now parses all defined standard boolean values and should work with either BOOLEAN or SMALLINT columns transparently
- the Postgresql schema provided is now using BOOLEAN (in contrast to Potsdam release) types for all attributes with type bool
- fixed memory leak in Python wrappers: reading from archives, travel time table
GUI
- fixed trace display for records with only one sample
- fixed crash with map under some operating systems
scevent
- fixed event association bug when an origin has to be associated to an event that is not cached anymore
scautoloc
- fixed several minor bugs
scimex
- fixed hanging connections in export mode for multiple sinks
scolv
- fixed sorting issues with arrival table columns "Takeoff", "Weight" and "Azimuth" and with magnitude table column "Magnitude"
Changes
General
- added decimation record stream proxy which automatically downsamples traces from arbitrary sources
- added Butterworth high-low pass filter implemented as chain of hipass and lopass: BW_HLP(order, min_freq, max_freq) = BW_HP(order, min_freq) >> BW_LP(order, max_freq)
scalert
- added copy of scvoice to be used as template for customization
scart
- added "--stdout" option for import mode to dump records to stdout instead of creating an SDS archive
scolv
- added optional weight column to arrival table
- added support for arbitrary custom columns to event list that are populated by external scripts
seedlink
- replaced libQ330 by latest version
- added support for SIGHUP which restarts all plugins immediately