Releases: pyrocko/grond
Releases · pyrocko/grond
Grond v1.3.2
Added
- Can now run target balancing with a fixed magnitude (reference event) for
automatic removal of stations providing unreasonably large misfits
(use_reference_magnitude
andcutoff
inTargetBalancingAnalyserConfig
). - 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
Added
- Allow controlling number of threads in
grond report
with--threads
Changed
- Default number of threads used in
grond go
andgrond 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
andgrond plot location_mt
which were broken in
v1.3.0.
Grond v1.3.0
Added
- Added Covariance weighting from
SatelliteTarget
andGNSSTarget
. - 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 fromProblemConfig
.- Improved:
grondown
downloading seismic wave forms.
Fixed
GNSSDistributionPlot
bugfixes.
Grond 1.0.0
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
: addednthreads
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
andfits_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
.