This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: SeisComP3/seiscomp3
Releases · SeisComP3/seiscomp3
Release 2018.327 patch22
Release 2018.327 patch22
This is really a hotfix release which just fixes a wrong print statement in fseed.py. No other fixes in terms of functionality.
-
fseed
- Fix print statement for Python2
Release 2018.327 patch21
Release 2018.327 patch21
-
trunk
- Fixed SDSArchive binary search
Release 2018.327 patch20
Release 2018.327 patch20
-
scolv
- Add control to set evaluation status of a network magnitude
- Show magnitude evaluation status in event edit table and details
- Fix origin table header when a custom column is configured in the event
edit panel
Release 2018.327 patch19
Release 2018.327 patch19
-
scautopick
- Add extraComments option to allow adding more comments to the pick, e.g. SNR
-
scevent
- Add option to allow event creation based on origin score instead of a
minimum phase count. - Release created event immediately if origins configured to be delayed
and associate all other queued origins in a batch and emit only one
additional event.
- Add option to allow event creation based on origin score instead of a
-
system
- Fix error message on attempt to create existing alias
-
scart
- Add option
--with-filename
which outputs of all accessed archive files
after import - Fix crash if a data file is not writable
- Add option
-
fdsnws
- Fix bug if useArclinkAccess is enabled
-
scinv
- Correct output of associated filenames in case of a conflict
-
scsohlog
- Add database tests
-
trunk
- Fixed MSEED parser to also accept records if blockette 1000 is not within
the first 64 bytes
- Fixed MSEED parser to also accept records if blockette 1000 is not within
Release 2018.327 patch18
Release 2018.327 patch18
SC_API_VERSION 12.2.0
-
system
- Add dependencies for Debian 9 and Debian 10
-
scqcv
- Expose more configuration parameters to scconfig
- Change the default value of streams.cumulative to false to show
only stream configured in streams.codes - Correct some default values of the parameter "parameter"
-
scesv
- Fixed region filter with event list which did not work correctly
-
scolv
- Add option
askForConfirmation
to custom commits to allow
inspection of the options to be applied. - Open dialog when a custom commit is activated together with shift key.
- Add
visibleMagnitudes
to description
- Add option
-
scconfig
- Added "Check inventory" button to inventory panel of scconfig
-
scsendjournal
- Added documentation
-
screloc
- Added option --origin-id-suffix to name relocated origins
using the original publicID plus the specified suffix
- Added option --origin-id-suffix to name relocated origins
Release 2018.327 patch17
Release 2018.327 patch17
-
fdsnws
- Implement fdsnws-availability-1.0.0
- Add event type filter and text output column
- Fix crash if database is not configured correctly
- Add tests
- Bug fixes
-
scolv
- Enable custom commit profiles to be added as buttons
- Allow to select the preferred magnitude prior to committing
a solution in the magnitude tab - Fix picker metadata resolver if pick has been made on a single
component
-
GUI
- Increase default maximum map tile cache to 128mb
- Fix rendering of geofeatures with more than one subfeature
-
ql2sc
- Add --ep option and fix ping-pong effect with two cross-connected systems
Release 2018.327 patch16
Release 2018.327 patch16
-
fdsnws
- Fix regression with respect to event type mapping. An empty event type
was mapped to "other event".
- Fix regression with respect to event type mapping. An empty event type
Release 2018.327 patch15
Release 2018.327 patch15
-
fdsnws
- Reduce QuakeML exporter warnings: do not report a warning if the event does not reference
a preferred magnitude and reduce log level of event type mapping from warning to debug - Expose matchtimeseries WADL parameter only if data availability information is enabled
via config - Disable data availability information by default
- Add request logging for dataselect
- Reduce QuakeML exporter warnings: do not report a warning if the event does not reference
-
seedlink
- Fix duplicate mapping detection in scream_plugin_ring plugin. Whenever a duplicate stream
id was given then it was ignored regardless of the attached sysid. - Work around EarthData WNRO bug
- Fix duplicate mapping detection in scream_plugin_ring plugin. Whenever a duplicate stream
-
scolv
- Fix event type list preparation in combination with
olv.commonEventTypes
.
- Fix event type list preparation in combination with
-
ql2sc
- Enable sending of keep-alive messages by default. This prevents connection resets by firewall
on long idle periods. - Fix bug that prevents forwarding updates if the routing must be resolved via the parent object
which hasn't updated. A workaround is to explicitly specify routing rules on all object levels. - Add event attribute synchronization per input host
- Enable sending of keep-alive messages by default. This prevents connection resets by firewall
-
python-apps
- Add simple script to dump public objects
-
Nuttli magnitude
- Fix phase priority parsing and fix crash
- Do not apply default uncertainties to Vmin/Vmax·
-
scdispatch
- Fix routing table lookup when dealing with merge operation
-
trunk
- Migration scripts for scwfparam db extension added thanks to Philipp Kaestli / ETHZ
- Fix LocSAT locator implementation to correctly send the initial hypocenter
parameters to libloc
-
scmag
- Avoid setting a network magnitude to NaN (not supported with any database)
and use 0 instead. In order to detect if a network magnitude is valid one could
use the station count (0 == invalid). But that is in general a hack for the
time being and the correct solution is to naje the Magnitude.value an
optional quantity.
- Avoid setting a network magnitude to NaN (not supported with any database)
-
GUI
- Improve spectrogram rendering speed
- Normalize spectrogram spectral amplitudes with respect to
sampling rate
Release 2018.327 patch14
Release 2018.327 patch14
-
sh2proc
- Add parameters parsed from Seismic Handler to SeisComP3.·
Thanks to Klaus Stammler for providing valuable information on Seismic Handler.
- Add parameters parsed from Seismic Handler to SeisComP3.·
-
trunk
- sdsarchive support multiple archives to read its files from
-
fdsnws
- Add service specific version string to error messages
-
scevtstreams
- Add
--input
and--format
options to read event parameters·
from file - Add asymmetric time margins
- Add
-
scmag
- Add
--warning
flag to output a warning for standard deviations of
network magnitudes exceeding the provided value.
- Add
-
GUI
- Fix spectrogram rendering with logarithmic scale
Jakarta 2018.327.13
Release 2018.327 patch13
-
trunk
- Add distance and depth range confguration to amplitude profiles
in scconfig - Fix PostgreSQL database plugin to unescape bytea encoded data
- Add distance and depth range confguration to amplitude profiles
-
scmergexml
- New module: Merge the content of multiple XML files in SC3ML format. Currently only
event parameters are supported.
- New module: Merge the content of multiple XML files in SC3ML format. Currently only
-
scmag
- Add
--keep-weights
flag to retain station magnitude weights
when reprocessing with--static
- Add
-
scautoloc
- Fix station lookup with inventories with overlapping network epochs
- Do not use database if inventory should be read from a file
-
fdsnws
-
Fix dataselect restricted handling with respect to station service
- Require valid user if network or station is restricted
- Stop iteration at network or station level if restricted flag but
no user is present
-
Implement service specific version numbers
-