Skip to content

6.6.0

Compare
Choose a tag to compare
@gempa-jabe gempa-jabe released this 03 Dec 07:35
· 122 commits to master since this release
470b01b

SC_API_VERSION 16.3.0

  • seiscomp
    • Always remove run- and pid-file upon seiscomp stop.
    • Do not resolve and remove configuration variables in global.cfg
      after seiscomp setup, e.g. plugins = ${plugins}, abc.
    • Fix PostgreSQL database setup script which caused an error if the
      configured user does not yet exists as database role.
    • Fix MYSQL setup script escape warnings
  • Third Party
    • Update libmseed to 2.19.8
  • trunk
    • Allow creating amplitude aliases by configuration of amplitudes.aliases
      in global module configuration and amplitude type profiles in global
      bindings.
    • Add filter DURATION().
    • Allow to disable SQLite3 disc syncrhronization to decrease time needed to
      save data in an SQLite3 database: sqlite3:///path/to/file?sync=false.
    • Add support for all synchronous flags of SQLite3 (sync=[normal|full|extra]).
  • scolv
    • Replace operator comment input control with a text edit control which
      allows new lines. Furthermore the restriction of 160 characters has been
      removed from the input controls for operator comment and event name.
    • Set spin distance precision to 1 decimal place in picker and amplitude
      picker.
    • Increase number of visible event types in dropdown to 20 (default=10).
    • Ensure all commonEventTypes are visible in event type dropdown.
    • Fix initial locator profile parameter setup in locator setup window.
    • Fix consistency of OriginLocatorView and PickerView with weight 0 arrivals.
  • scqcv
    • Store filter string in QSettings.
  • scrttv
    • Allow the configuration of filters with filter names displayed in the
      filter selection menu.
    • Change sorting w.r.t. location and channel.
  • fdsnxml2inv
    • Add inconsistency warning with decimation stages.
    • Derive stream sampling rate from decimation stages if not given
      explicitly.
  • scalert
    • Fix message string and value precision.
  • scart
    • Fix option --rename.
  • scautopick
    • Add configuration parameters thresholds.minDuration and
      thresholds.maxDuration for constraining pick generation.
    • Allow adding custom comments to picks which can be evaluated by other
      modules. Requires the parameters comment.ID and comment.text to be
      configured.
    • Fix crash in debug output.
    • Add duration comment to pick of thresholds.maxDuration is configured.
  • scevent
    • Add new plugin "evType" for setting event types based on comments of
      picks.
    • Read and write journals with --ep.
  • scquery
    • Fix query in documentation.
    • Report if query does not require additional parameters.
  • screpick
    • Add option --ep for XML playbacks.
  • scinv
    • In check mode report streams without reference to data logger.
    • Update table of checked objects in documentation.
  • scxmlmerge
    • Add support for journaling and command-line option --journaling.
    • Allow ignoring empty or other bad files by new command-line option
      --ignore-bad-files.
  • scvoice
    • Fix message string and value precision.
  • GUI
    • Fix rendering of line styles in map legends.
    • Fix rendering of geofeature names when a feature is wrapped on the map.
  • iLoc
    • Update documentation.
    • Add scripts for installing iLoc auxiliary files with
      seiscomp install-deps iloc.
  • StdLoc
    • Refuse locating with less than 4 picks.
    • Update documentation.
    • Improve parameter descriptions.