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 2012.331
This is bugfix and feature release of 2012.279.
Apps
- Added more detailed logging output to print source code file, line number and component
- Added two more generic commandline options: --print-component and --print-context
- Added --trace commandline option which enabled printing of component and context
- Added saturationThreshold parameter to global bindings for amplitude calculation to detect and reject saturated data
scautopick
- Allow to run waveform processors that are using horizontal components such as MLh
arclinkproxy
- First added to this release as an Arclink replacement for internal processing which implements much faster waveform access
sync_arc
- Many improvements
Arclink
- set default of reqhandler.trackdb to true
scconfig
- Added drag'n'drop support for bindings panel
- Improved documentation
- Allow to override global parameters in bindings for non-standalone modules (e.g. all trunk modules)
scbulletin
- Fixed output if origin.latitude/longitude/depth.error is not set
scsohlog
- better formatting of float values (non scientific format)
scolv
- added column for takeoff angles in arrival table, config token = "Takeoff"
- subscribe data ordered by distance from origin which lets Arclink sending data for close stations first
Libs
MSEEDlite
- relaxed NSLC parsing: allow any characters and just remove surrounding whitespaces
seiscomp3::core
- increased maximum message size to 1MB
- catch error if a message does not fit into the buffer instead of terminating the application
- allow shortcut for record source definitions, e.g. slink://localhost is enough, the default port 18000 is then used
NonLinLoc
- Applied patch from Anthony Lomax to prevent longitude outside of -180 -> 180 deg range