Block a user
6cce05b035
Merge branch 'feature/dae' into develop
7326f061e5
[minor] inform if station coordinates were not found in metadata
65dbaad446
[update] adding possibility to display other waveform data (e.g. denoised/synthetic) together with genuine data for comparison
5b97d51517
[minor] mpl.figure.canvas.draw -> draw_idle
ec930dbc12
[minor] removed unneeded imports
b991f771af
[bugfix] removing redundancy and wrong bullsh.. try-except code
2c3b1876ab
[minor] switch default cmap for array_map to 'viridis'
0acd23d4d0
[update] further improved Pickfile selection dialog, now providing methods "overwrite" or "merge"
f349c8bc7e
[update] improve pickfile selection, give the ability to select only specific files
6688ef845d
[bugfix] re-implement ability of get_bool to return unidentifiable input
5b18e9ab71
[merge] merge branch 'improve-util-utils' of pull request #35 into develop
b3fdbc811e
Merge branch 'develop' into improve-util-utils
9fce4998d3
bugfix: remove unused functions; correct for wrong formatting (PEP)
c468bfbe84
feat: add type hints and tests for plot utils
4861d33e9a
bugfix: add tests to key_for_set_value
c79e886d77
[minor] update default shell script for SGE
76f2d5d972
[update] improve SearchForFileExtensionDialog now proposing available file endings
93b7de3baa
[update] raising PickingFailedException when CF cannot be calculated due to missing signal (too short waveform)
05642e775b
[minor] some tweaks (convenience)
47205ca493
[update] improved calculation of smoothed AIC. Old code always created an artificial value and a np.nan at the array start
5c7f0b56eb
[update] improved SearchFileByExtensionDialog widget
c574031931
[bugfix] the implementation approach of STA/LTA inside characteristic function calculation (skewness/kurtosis) corrupted the old, working code due to a mistake in the logic
e1a0fde619
[update] improved array map to identify and display other phase names than P / S
48d196df11
[update] improved SearchFileByExtensionDialog widget (table, auto refresh)
6cc9cb4a96
[minor] reduced maxtasksperchild for multiprocessing
5eab686445
[bugfix] accidentally removed return value
b12e7937ac
[update] added a widget for loading pick files that lists available files depending on chosen filemask
8b95c7a0fe
[update] changed sorting of traces overview if all station names are numeric (e.g. active experiments)
c7f9ad4c6f
[update] changed sorting of traces overview if all station names are numeric (e.g. active experiments)
f03ace75e7
[bugfix] QWidget.show() killed figure axis dimensions creating unexpected error of fig.aspect=0 when creating colorbar inset_axes in Python 3.11
3c6ea1ffd0
[minor] add axis-shading for a better distinction of different axes
fde000ec0d
[minor] revert accidental change
f41f24f626
[minor] added an option to get warn thresholds for PowBox channels from corresponding parameters, added warn state annotations to html figures
c621b31f6e
[update] use logging module instead of print/verbosity
20b586f96b
[bugfix] warn threshold type check had wrong parentheses
08b12aeb9d
[minor] catch matplotlib write error