Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: SeisComP3/seiscomp3

Jakarta 2018.327.12

17 May 14:15
f5359fe
Compare
Choose a tag to compare

Release 2018.327 patch12

  • scamp

    • Do not reprocess manual amplitudes with --reprocess by default
    • Add --force flag to reprocess also manual amplitudes
  • scmag

    • Add --static flag which only updates existing magnitudes based
      on their associated amplitudes
  • seedlink

    • caps_plugin does not enforce in-order data by default and discards
      records with timestamps too far in future from being added to the
      state file (both parameters are configurable)
  • scolv

    • Add amplitude, created and updated columns to station magnitude table
    • Color station magnitude symbols with respect to evaluation mode of its
      associated amplitude
    • Increase plot symbol sizes to 50% of the applications base font size
  • scautoloc

    • Fixed a bug that occasionally caused scautoloc to merge events
      incorrectly only in case autoloc.useManualOrigins is active.

Jakarta 2018.327.11

09 May 11:59
9214619
Compare
Choose a tag to compare

Release 2018.327 patch11

  • scmag

    • Update existing station magnitudes with --reprocess

Jakarta 2018.327.10

09 May 07:15
b0e2fb3
Compare
Choose a tag to compare

Release 2018.327 patch10

  • trunk

    • Fixed SDS archive bug (recordstream sdsarchive://) which caused incomplete data retrieval
      under some circumstances
  • scautoloc

    • Fixed a bug that occasionally caused scautoloc to segfault.
  • scautopick

    • Add playback option to module configuration
  • scolv

    • Fixed a bug that caused scolv to crash if the weight of an arrival is not set
    • Added two new optional columns to arrival table: slowness residual and back azimuth residual
    • Added option olv.commit.eventCommentOptions to defined predefined event comment values
      which can be selected from a drop-down list
    • Allow to sort the "Used" column in arrival table
    • Update map residual colors and residual plot rect if the magnitude was recomputed
    • Show amplitude values in amplitude picker if only QC fails
    • Compute magnitudes
    • Preserve channel code in picker if only the polarity or uncertainy of an existing pick
      was changed
  • scquery

    • Add more examples to query events and some statistics from the database
  • scmag

    • Load inventory which is necessary for magnitude implementation which require access to
      station meta data
    • Added command line option --reprocess to re-process magnitudes which have been
      created manually. This is in particular important for XML processing.
    • Fixed magnitude calculation if only zero-weight station magnitudes were associated
      e.g. due to failed QC
  • nuttli plugin

    • Fixed magnitude computation which caused invalid values being treated as valid values
  • scbulletin

    • Fix evaluation of command line option --weight
    • Show only station magnitudes associated with network magnitudes
    • Remove amplitude type filter and output all amplitudes which are associated with printed
      station magnitudes
  • scxmldump

    • Export all pick amplitudes if station magnitudes should be omitted
  • msrtsimul

    • Add documentation

Jakarta 2018.327.09

08 Apr 08:20
b13f8b2
Compare
Choose a tag to compare

Changes

  • Seedlink Q330 plugin

    • Reverted upgrade to revision 99 which caused a segmentation fault. We
      will investigate into the issue and contact the authors of the library.
      For the time being we downgrade to the last working version.

Jakarta 2018.327.08

05 Apr 10:57
8fc5f90
Compare
Choose a tag to compare

Changes

  • scquery

  • scamp

    • Fix order of processor setup calls to correctly enable e.g. AMN
  • scmv

    • Set correct legend if started with --displaymode
  • scolv

    • If arrival state (active/inactive) is taken from the weight
      then it now compares against 0 instead of < 0.5 (inactive)
      and > 0.5 (active). It otherwise shows sometimes inconsistent
      results in combination with locators that assign non binary
      weight such as NonLinLoc.
  • Hypo71

    • Increase maximum phase number to 1001
    • Raise an error if no velocity model is given for a profile

Jakarta 2018.327.07

15 Mar 12:07
153c748
Compare
Choose a tag to compare

Changes

SC_API_VERSION 12.1.0

  • trunk

    • Split amplitudes.ML.measureType for ML and MLv. MLv must be configured
      with amplitudes.MLv.measureType.
    • Added amplitudes.ML.combiner to configure how the amplitudes of either
      horizontal component are combined to the final amplitude.
    • Added blockette 1001 when writing miniSEED with MSeedRecord
    • Fixed Hypo71 bug that caused a crash if no phase was part of a solution

Jakarta 2018.327.06

08 Mar 12:45
916732f
Compare
Choose a tag to compare

Changes

  • seedlink

    • Fix caps_plugin to not send incompatible miniSEED records (!= 512)

Jakarta 2017.334.11

08 Mar 12:04
76cf953
Compare
Choose a tag to compare

Changes

  • seedlink

    • Fix caps_plugin to not send incompatible miniSEED records (!= 512)

Jakarta 2018.327.05

07 Mar 12:04
67d3727
Compare
Choose a tag to compare

Changes

  • scolv

    • Fix crash if an artificial origin is received from e.g. scrttv

Jakarta 2018.327.04

01 Mar 12:59
dc85846
Compare
Choose a tag to compare

Changes

  • system

    • Updated libmseed to 2.19.6
  • trunk

    • Fix bug in ims10 export if AgencyID contains white spaces
    • Fixed bug with hyp71sum2k and ims10 export that caused truncated strings.
      Many thanks to Luca Scarabello (ETHZ) for finding and fixing this bug.
  • seedlink

    • Added caps_plugin which allows to retrieve data from gempa's CAPS
      server, for example to import RaspberryShake data
  • scolv

    • Added toggle to amplitude picker to either override the configured minimum
      SNR per station or not. The default is now to use what is configured.
  • scevent

    • The evrc plugin does not change the status of events with manual preferred origin
  • scautoloc

    • Fixed a bug that sometimes caused manual origins not to be used with the correct depth.
    • Minor cleanups.