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.340
Adds
IPGP contributions
- Md magnitude plugin
- Hypo71 locator plugin
- Earthworm Location importer
FDSN record stream implementation
- uses the data select query
- can be used as an alternative to Arclink, e.g. fdsnws://service.iris.edu/fdsnws/dataselect/1/query
Changes
MYSQL database driver
- added optional timeout parameter to configure read timeouts, e.g.
mysql://sysop:sysop@localhost/seiscomp3?timeout=5
Database schema optimization
- The shipped database schema has now some important database indexes:
- Origin.time_value
- Origin.time_value_ms
- Pick.time_value
- Pick.time_value_ms
- ParameterSet.baseID
- Setup.parameterSetID
- ConfigModule.parameterSetID
Those indexes can be added to database create prior to this release with the MYSQL/PostgreSQL command line client or any other database administration tool.
We strongly encourage people to apply those indexes to speed up queries by factor 10 and more
Seedlink RecordStream
- Fixed error which caused requests of negative time windows
Seedlink
- Added option to clean up chain plugin sequence files if older than X minutes
GUI applications
- added database keep alive check every 60 seconds
- interval can be configured with
IntervalSOH = 60
scdbstrip
- fixed PostgreSQL issue along with Python
- added invert mode which allows to remove events after / keep events before a certain time span
- added option to keep defined events in the database --keep-events gfz2013abcd,gfz2013defg
fdsnws
- added includepicks option to event query
scamp
- added report line if an amplitude processor setup failed
scevent
- ignore journal entries that do not start with "Ev"
LocSAT
- Added code contribution from IGN to compute the compute the confidence ellipsoid
- Due to problems with some events this behaviour is disabled by default and needs to be enabled with:
LOCSAT.enableConfidenceEllipsoid = true
scmv
- ignore added/updated events that are outside the defined event life span
seiscomp
- LC_ALL=C is now set as part of the SC3 shell environment
- added dependency installation scripts for Debian 7.1