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

Jakarta 2017.334.05

Choose a tag to compare

@gempa-jabe gempa-jabe released this 19 Apr 08:58
· 18 commits to build/jakarta/2017.334 since this release

Patch5 release with the following fixes:

  • scart

    • Support loading of plugins via scart.cfg
  • trunk

    • Fix sdsarchive handler with respect to corrupt files which caused
      and endless loop
    • Add parameter splitTime to sdsarchive which is an absolute time rather
      than a relative time
    • Add sh2proc script which converts Seismic Handler event files to
      EventParameters
  • Seedlink

    • Fix scream_plugin scream2sl.map parser if a stream id is composed
      from sysid.streamid. The internal parser has rejected lines which
      duplicate streamid without taking the sysid into account.
    • Enable modbus support in serial plugin
  • Arclink

    • Fix crash of Python components when inventory comments are used
    • Fix re-generation of empty or conflicting publicIDs
  • scevent

    • Fix sending updates if automatic fake event declaration is activated
      and the event.type would actually not change
  • slmon

    • Fix default paths and streams regular expression which is used to gather
      station information
  • fdsnws

    • Set default data source to sdsarchive:// and do not use the global default
      which most likely is set to a streaming source such as Seedlink
    • Fix queryauth exception in combination with htpasswd
    • Fix incorrect epoch usage when request spans multiple epochs
  • scolv

    • Fix arrival used flags evaluation. This resulted in activated arrivals in
      the various plots event if they were not used.
  • scautoloc

    • Fix bug with respect to latest data model changes and taking Arrival.timeUsed()
      into account.
  • scimport

    • Add support to enable/disable message filtering in configuration file

      useFilter = false
      

      Settings useFilter to false is equal to passing --no-filter via
      command-line.