Skip to content

Releases: pyrocko/grond

Grond v1.3.2

03 Jul 13:45
Compare
Choose a tag to compare

Added

  • Can now run target balancing with a fixed magnitude (reference event) for
    automatic removal of stations providing unreasonably large misfits
    (use_reference_magnitude and cutoff in TargetBalancingAnalyserConfig).
  • Add possibility to export only results from runs matching given criteria.
    At the moment, it is possible to select by rundir tag (grond export --selection).

Fixed

  • Corrected time window calculation in NoiseAnalyser
  • Plots not using harvest subset.

Grond v1.3.1

08 Jun 09:01
Compare
Choose a tag to compare

Added

  • Allow controlling number of threads in grond report with --threads

Changed

  • Default number of threads used in grond go and grond report is now 1.
    Setting both together, --parallel and --threads, to values higher than 1
    may currently cause hangs.
  • Improved control on threading utilization.

Fixed

  • Repaired grond report and grond plot location_mt which were broken in
    v1.3.0.

Grond v1.3.0

04 Jun 08:50
Compare
Choose a tag to compare

Added

  • Added Covariance weighting from SatelliteTarget and GNSSTarget.
  • Added new Volume source (VLVD).
  • Added SVG as grond plot export format.

Changed

  • Consistent utilisation of ModelHistory for plots and results.
  • MTLocationPlot supports Gamma scaling (misfit^gamma).
  • SatelliteTarget speeds up bootstrapping by multi-threading.
  • Envronment can be initialised from ProblemConfig.
  • Improved: grondown downloading seismic wave forms.

Fixed

  • GNSSDistributionPlot bugfixes.

Grond 1.0.0

07 Jan 15:20
Compare
Choose a tag to compare

Added

  • Cluster analysis on result ensemble with grond cluster.
  • Plotting of cluster analysis results in jointpar, mt_decompostion, and
    mt_fuzzy plots.
  • User can now add self-defined labels to a run dir (grond tag). The labels
    are shown in the report list.
  • The optimiser's acceptance and choice history is now dumped and plotted.
  • Added station distribution plot for seismic and GNSS stations.
  • Installation instructions for Anaconda and pip.

Changed

  • Parallelized grond report.
  • Rewritten grond init to deliver examples and commented snippets.
  • Plots appearing in report can now be customized in a configuration file.
  • Whether reference solutions are shown in plots can be configured in the
    report's plot config.
  • grond plot now has a --show option to display MPL plots interactively.
  • Plot location_mt improved.
  • ProblemConfig: added nthreads argument.
  • Plot contributions: show cumulative contributions for targets providing
    multiple misfits.
  • Optimiser can now be configured to yield exactly reproducible results by
    providing seed values for all random number generators involved.
  • Plots sequence and fits_waveform: layout as single plot figures by
    default.

Fixed

  • Plot descriptions and titles improved.
  • Reports can now be viewed in IE.
  • Improved consistency of log messages.
  • Fix display issues in waveform plots (partially hidden labels).
  • Various improvements on the documentation.
  • Improved robustness of report generation during grund run.