Skip to content

Releases: SeisComP/seiscomp

4.8.2

08 Dec 16:03
36dc05e
Compare
Choose a tag to compare
  • scart
    • Fix date in error output

4.8.1

08 Dec 10:06
14ca55c
Compare
Choose a tag to compare
  • fdsnws
    • Fix return of empty event publicID in event service when a
      PostgreSQL database is being used

4.8.0

03 Dec 08:45
d356f1b
Compare
Choose a tag to compare

SC_API_VERSION 14.4.0

  • scolv
    • Change text "(Un)fix" buttons to be more explicit
      • Unfix -> Unfix type
      • Fix -> Fix FM
      • Fix Mw -> Fix Mw type
    • Use configured magnitude digits to display Mw magnitude value
    • Only enable creation of artifical origin in zoom trace if picking
      is disabled
    • Fix committing of manual amplitudes in the amplitude picker
  • scmag
    • Fix bug that caused multiple occurrences of magnitudes of the same
      type when a new set of manually computed amplitutes has been received
  • trunk
    • Fix segmentation fault when reading malformed GeoJSON features
  • scorgls
    • Add option to filter for author (thanks to Fred Massin / ETHZ)
  • sdmssort
    • Fix error when two or more files are passed
  • seedlink
    • Fix typo in setup script
    • Add misc plugin

4.7.3

11 Nov 06:54
4a43399
Compare
Choose a tag to compare

4.7.3

  • trunk
    • Fix MYSQL database setup script to create
      ro and rw user accounts correctly

4.7.2

29 Oct 13:34
6d975d3
Compare
Choose a tag to compare
  • trunk
    • Update changelog
    • Fix seiscomp setup trunk with respect to database initialization
  • scart
    • Do not require archive directory when writing records to stdout
  • iLoc
    • Allow configuration of local models
    • Add comprehensive documentation on iLoc and integration / configuration
      in SeisComP

4.7.1

29 Oct 13:33
6138aae
Compare
Choose a tag to compare
  • trunk
    • Fix test compilation for some distributions
    • Update changelog

4.7.0

07 Oct 09:17
65035ab
Compare
Choose a tag to compare

SC_API_VERSION 14.3.0

  • documentation

    • Update SDK Python examples
  • seiscomp

    • Add --wait parameter to set the timeout when acquiring
      the seiscomp lock
    • Add dialog for removing obsolete configuration after
      removing alias modules
    • Add support for additional host environment which is sourced from
      $SEISCOMP_ROOT/etc/env/$(hostname) if present
  • scolv

    • Fix display of tooltips in origin map and magnitude map
  • scquery

    • Add --print-header option for generating information on the query as a
      header of the output
    • Add examples for PostgreSQL
  • trunk

    • Add data scheme version information to output when starting
      a module with the option -V
    • Add MEDIAN() filter
  • GUI

    • Add azimuthal gap column to event list which is initially hidden. To
      activate it, add AzGap" to eventlist.visibleColumns
    • Add units to columns of tables: Events, Events, Magnitudes
    • Remove number of origins column in event list if origins should not be
      listed
    • Correct issue with magnitude view map which does not show symbols
      for stations which have a magnitude but no arrival
  • scesv

    • Add azimuthal gap to hypocenter panel
  • scqcv

    • Make many configuration parameters available in scconfig and documentation
  • scautoloc

    • Disable pick logging by default to optimize disk space consumption.
      Can be enabled by new option autoloc.pickLogEnable.
    • Added documentation of parameters
    • Send a journal message when setting the origin evaluation status
    • Add IM network to default station.conf
  • iLoc

    • Update iLoc code to version 3.3
  • scdispatch

    • Add option '-e' as a wrapper for removing the EVENT group from
      routing table

4.6.1

21 Jun 07:08
c52815e
Compare
Choose a tag to compare
  • scolv

    • Add number of used / unused station magnitudes to Magnitudes tab (missing from 4.6.0)

4.6.0

04 Jun 12:06
083441b
Compare
Choose a tag to compare
  • dependencies

    • Change Debian 10 dependencies to Python3 and Qt5
  • scevent

    • Use application name for processing-info log
  • scmssort

    • Add new list option to filter miniSEED data by stream lists
    • Add some statistics to stderr output in verbosity mode
  • scart

    • Do not crash when requesting data for non-existing networks from SDS archive
    • Add error output when attempting retrieve non-existing data from SDS archvie
  • GUI

    • Add number of origins per event to event list
    • Add copy cell operation to context menu to all tables in event editor
  • scmv

    • Report erroneous configuration of stations.groundMotionFilter and stop
      smoothly
  • scolv

    • Add number of used / unused station magnitudes to Magnitudes tab
  • scheli

    • Allow scaling of traces per maximum row amplitude
  • trunk

    • Add support for permanent redirects to fdsnws recordstream
    • Fix MiniSEED reader for records without blockette 1000 and
      for records with blockette 1000 at an offset beyond the
      first 128 bytes
  • seiscomp

    • Create aliases even if some links already exist
    • List remaining configuration files after removing aliases
    • Support requesting status of enabled and of started modules
    • Support requesting list of started modules
  • scconfig

    • Add search for parameters in bindings panel: Ctrl + f
  • sccnv

    • Include moment tensor derived origins into ouput document for
      QuakeML 1.2

4.5.0

24 Feb 13:41
2fe744e
Compare
Choose a tag to compare

SC_API_VERSION 14.2.0

  • magnitudes

    • mb and mB: add configurable distance ranges in global bindings

    • ML, MLv, MLh, md, MLr, Ms_20: unify the configuration in the magnitudes and amplitudes
      sections of global bindings. The number of magnitude types has grown over time
      and each magnitude had its own flavor of configuration. This made configurations
      increasingly difficult. By this change the configuration becomes homogeneous and easier.
      The corresponding parameters are deprecated and must be replaced by new ones either
      pre-pending "magnitudes." or "amplitudes." to the respective parameter.
      Warnings will be written to module logs if deprecated values are found.

    • deprecated bindings parameter values : new values:

      • MLh.maxavg : amplitudes.MLh.params

      • MLh.ClippingThreshold : amplitudes.MLh.ClippingThreshold

      • MLh.params : magnitudes.MLh.params

      • md.maxavg : magnitudes.md.seismo

      • md.taper : magnitudes.md.taper

      • md.signal_length : magnitudes.md.signal_length

      • md.butterworth : magnitudes.md.butterworth

      • md.depthmax : magnitudes.md.depthmax

      • md.deltamax : magnitudes.md.deltamax

      • md.snrmin : magnitudes.md.snrmin

      • md.mdmax : magnitudes.md.mdmax

      • md.fma : magnitudes.md.fma

      • md.fmb : magnitudes.md.fmb

      • md.fmd : magnitudes.md.fmd

      • md.fmf : magnitudes.md.fmf

      • md.fmz : magnitudes.md.fmz

      • md.linearcorrection : magnitudes.md.linearcorrection

      • md.offset : magnitudes.md.offset

      • md.stacor : magnitudes.md.stacor

      • MLr.maxavg : magnitudes.MLr.params

      • Ms_20.lowerPeriod : magnitudes.Ms_20.lowerPeriod

      • Ms_20.upperPeriod : magnitudes.Ms_20.upperPeriod

      • Ms_20.minDist : magnitudes.Ms_20.minDist

      • Ms_20.maxDist : magnitudes.Ms_20.maxDist

      • Ms_20.maxDepth : magnitudes.Ms_20.maxDepth

      • MLv.logA0 : magnitudes.MLv.logA0

      • MLv.maxDistanceKm : magnitudes.MLv.maxDistanceKm

      • ML.logA0 : magnitudes.ML.logA0

      • ML.maxDistanceKm : magnitudes.ML.maxDistanceKm

  • scinv

    • allow a configurable distance between station and location coordinate
      when calling scinv check
    • test existence of stations, locations and streams when calling scinv check
  • trunk

    • Add CAPS recordstream implementation with service "caps" and "capss".
      The later establishes an SSL connection.
    • Fix crash of distance computation if distance is close to zero
    • Add RecordStream to retrieve data from a CAPS server, e.g. caps://localhost
    • Set Ms_20 minimum distance to 20 degree
    • Fix SQLite3 database schema
  • GUI

    • Make eventedit columns of origin and fm tables configurable

      eventedit.origin.visibleColumns = Phases, Lat, Lon, Depth, DType, RMS,\
                                        Stat, Method, Agency, Author, Region
      eventedit.fm.visibleColumns = Depth, M, Count, Misfit, STDR, Azi.\
                                    Gap(°), Stat, DC(%), CLVD(%), ISO(%),\
                                    S1(°), D1(°), R1(°), S2(°), D2(°), R2(°),\
                                    Agency, Author
      
  • scbulletin

    • Allow to flag depth as fixed (thanks to Anthony Carapetis)