This page refers to the old SeisComP 3 version, and may no longer be accurate.
See seiscomp.de for the latest version.
Changes
scsohlog
- Removed scientific output of floats in XML
scevent
- When merging events a preferred origin is not updated by default. This behaviour can be changed with
eventAssociation.updatePreferredAfterMerge = true
- fixed bug that caused events read from database not to be updated
- added experimental SCORE plugin support to customize the preferred origin selection
- A plugin can be written that receives an origin/focal mechanism and returns a scalar score value. The higher the score the higher the priority of the origin. See src/trunk/apps/processing/scevent/seiscomp3/plugins/events/scoreprocessor.h
- The API is still under development and not yet stable
scmag
- fixed a severe object leak (not memory leak) which caused very high memory consumption over time
- added behaviour to ignore manual magnitudes which are created in e.g. scolv
sync_dlsv
- added options to set network description, network type and additional attributes that are not part of dataless seed
scdbstrip
- fixed bug when deleting journal entries
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
- added default options for record streams, e.g.
scapp -I slink://localhost scapp -I combined://host1;host2
GEO lib
- fixed bug for point-in-poly test which caused sometimes wrong region names when using custom region datasets with e.g. scevent
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.hideRegions.default = true