Block a user
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
3cae6d3a78
[bugfix] use copies of wfdata when calling fmpicker to prevent modification of actual data used inside GUI
2e85d083a3
[bugfix] do not call calcsourcespec if incidence angle is outside bounds (for whatever reason)
ba4e6cfe50
[bugfix] bin directory + /bin creates "/bin/bin". Also it is not taken care of os compatibility and also compatibility with existing code (line 86ff was useless after recent change in line 85)