This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Bugfixes
Record acquisition
- fixed bug that caused termination of connection when an invalid MiniSEED record has been received which contains wrong header information preventing the determination of the correct record length
scevent
- fixed segfault when associating origins with events that are about to be removed from the internal cache
scautoloc
- fixed bug in the association of secondary phases like pP, PKP, SKP, PKKP etc. In global monitoring, these phases frequently create fake events if not properly associated to the actual event. This now works as expected.
Changes
General
- switched to libmseed version 2.6.2 (release 2011.304)
scevent
- handles event split/merge/create requests
scolv
- Allows the map to display unassociated stations (default is off). A maximum distance
around the epicenter needs to be configured:
# Shows all unassociated stations within 20 degrees around epicenter olv.map.stations.unassociatedMaxDist = 20
The unassociated station color can be changed with# Set unassociated stations color in scolv to pink scheme.colors.stations.idle = d000ff
event list
- Allows to check for hidden agencies by origin and not only by event
# If at least one origin's agencyID is part of the preferred agencyIDs # it is treated as a preferred event and not hidden. The other mode # is events which only checks the agencyID of an event against the # preferred agencyIDs. eventlist.hideAgencies.type = origins
- Allows merging/splitting of events and moving of origins from one event to another (only in scolv). This features
requires at least version 2012.013 of scevent to support the operations. Otherwise a popup window will show a
failure.
- Merge events: grab an event and drop it over another
- Split origin from event: right click on an associated origin and select "Split origin and create new event"
- Create new event from unassociated origin: right click on an unassociated origin and select "Form new event for origin"
- Move associated origin to another event: grab an origin and drop it over an event