This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Changelog Release Seattle 2013.043
Apps
- Fixed many default configuration files in terms of case sensitivity
- XML converter support for QuakeML 1.2RC5
application class
- added dev support to synchronize with message system in combination with waveform acquisition
- fixed notification message bug which caused duplicate messages under some circumstances
LocSAT
- add preliminary support for station corrections (doc)
NonLinLoc
- added path expansion to all configuration variables
Arclink
- fixed init script compatibility issue with Python 2.3
Seedlink
- added some more configuration option descriptions
scconfig
- added case sensitivity check and show possible conflicts at startup
scautopick
- Default value of parameter useAllStreams is now false.
- Improved debug logging
scautoloc
- Fixed bug which prevented scautoloc from using custom LocSAT travel time tables: **autoloc.locator.profile** had no effect
scevent
- Fixed bug which prevented region name updates after merging events
- When merging events a preferred origin is not updated by default. This behaviour can be changed with
eventAssociation.updatePreferredAfterMerge = true
scmag
- fixed a severe object leak (not memory leak) which caused very high memory consumption over time
scwfparam
- added missing init script
scolv
- added option to configure the radius of the map around an event
# Default radius of map in degrees olv.map.event.defaultRadius = 0.5
- added option to configure the default magnitude aggregation
# Can be: "mean", "median" or "trimmed mean" olv.defaultMagnitudeAggregation = "median"
- added option to configure a default event type which is set if an event has no type set and a solution is comitted
olv.defaultEventType = earthquake
- manual picker sets now the correct component to the pick depending on the waveform transformation mode (ZNE, ZRT, ...)
- added distance ordered data acquisition to have data of closer stations first, most useful in combination with Arclink
- fixed severe bug that did not send manual amplitudes to the messaging on commit if the amplitude review window was not used after "Compute magnitudes"
GUI
- added option to filter the event list for events contained in a particular geo rect
eventlist.regions = reg1, reg2 eventlist.region.reg1.name = "2nd quadrant" eventlist.region.reg1.rect = 0,-180,90,0 eventlist.region.reg2.name = "4th quadrant" eventlist.region.reg2.rect = -90,0,0,180 # Activate the filter by default and select the first region specified eventlist.filter.regions.enabled = true
New apps
scqcquery
- port of scwfqquery of Zurich release
Doc
- added initial coding conventions document (doc)
Known bugs
scdumpcfg
- Dumping bindings does not work correctly and stops after the first station found. The attached patch fixes this bug.
Attachments
- scdumpcfg.patch (0.6 KB) - added by jabe