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.149
New apps
fdsnxml2inv
- Converts the final FDSN StationXML standard to SC3 XML to be imported into the SC3 inventory database
fdsnws
- Webservice implementation that implements the FDSN webservice standard with support of FDSN StationXML
scorgls
- Simple script to fetch origin ids within a certain time window from the database
Changes
Seedlink
- added support to create application aliases to allow configuration of several seedlink instances
Scream plugin
- added option to define channel mappings in directly in bindings bypassing scream2sl.map
WIN plugin
- fixed win2sl.map generation bug
msrtsimul
- added patch from Roman Racine (SED) which allows to configure and simulate station delays and to choose between realtime and historic playback mode
scconfig
- fixed crash with Qt <= 4.2
scinv
- added better logging of conflicts and unresolved entities when merging inventories
- added check command to check consistency of the final inventory
dlsv2inv
- added warning after conversion if errors in dataless seed were fixed by the importer
scdumpcfg
- added option to dump configuration if .cfg format
- fixed bug when dumping bindings
scevtlog
- added fix to convert an eventID to a valid pathname by replacing a '/' with '_'
scautopick
- added messaging synchronization after a certain amount of messages has been sent which prevents a disconnect from scmaster if scautopick floods the bus with fast playbacks
scevent
- added commandline option event-id to pass an eventID which will trigger the selection procedure of the preferred origin for testing
- added configuration option to associate derived origins from focal mechanisms
scmag
- added configuration option minimumArrivalWeight which allows to configure the minimum weight of an arrival to be used for magnitude calculations
scautoloc
- fixed crash if run in debug and non public objects are being received
- fixed bug that prevented to use configure maximum station distance (grid.conf) and maximum nucleation distance (station.conf)
QuakeML import/export
- converts now Origin.depth from m (QuakeML) to km (SC3)
LocSAT
- added support for option to ignore initial location
scolv
- added option to ignore initial location if supported by locator
- added extended merge options to merge all available phases
- added merge option in the event tab by drag an origin onto another origin
- added option to picker to show/hide all picks (Ctrl+P)
- added focal mechanism tab to event tab to select the preferred focal mechanism
- allows to add derived origin and magnitude information for manual focal mechanism
- fixed precision display (lat/lon/depth/mag) of summary panel
MLv
- added configurable coefficients "MLv.logA0" for magnitude calculation
Known bugs
fdsnws
- Event query with set end time produces error in database query (thanks to Jean-Marie Saurel for reporting).
The attached patch fixes this bug.
cd src/trunk/apps/fdsnws patch -p0 -i fdsnws_build-2014.149.01_trunk.diff
Compile the complete fixed source tree or just replace the modified Python files under:- ~/seiscomp3/bin/fdsnws
- ~/seiscomp3/lib/python/seiscomp3/fdsnws/*
Attachments
-
fdsnws_build-2014.149.01_trunk.diff
(25.6 KB) - added by jabe
wsfdsn event query patch