This website requires JavaScript.
4bd2e78259
[bugfix] explicitly pass parameters to "picksdict_from_picks" to calculate pick weights. Otherwise no weights could be calculated. Closes #40
develop
Marcel
2024-11-20 17:16:15 +0100
468a7721c8
[bugfix] changed default behavior of PylotParameter class to use default Parameter if called without input parameters. Related to #40
Marcel
2024-11-20 17:01:09 +0100
555fb8a719
[minor] small code fixes
Marcel
2024-11-20 16:57:27 +0100
5a2a1fe990
[bugfix] flawed logic after parameter renaming corrected
Marcel
2024-11-20 11:14:27 +0100
64b719fd54
[minor] increased robustness of correlation algorithm for unknown exceptions...
Marcel
2024-11-20 11:13:15 +0100
71d4269a4f
[bugfix] reverting code from commit 3069e7d5
. Checking for coordinates in dataless Parser IS necessary to make sure correct Metadata were found. Fixes #37 . [minor] Commented out search for network name in metadata filename considered being unsafe
Marcel
2024-10-09 17:07:22 +0200
81e34875b9
[update] small changes increasing code robustness
Marcel
2024-10-09 16:59:12 +0200
d7ee820de3
[minor] adding missing image to doc
Marcel
2024-09-30 16:40:41 +0200
621cbbfbda
[minor] modify README
Marcel Office Desktop
2024-09-18 16:59:34 +0200
050b9fb0c4
Merge remote-tracking branch 'origin/develop' into develop
Marcel Office Desktop
2024-09-18 16:57:42 +0200
eb3cd713c6
[update] add description for pick correlation algorithm
Marcel Office Desktop
2024-09-18 16:56:54 +0200
053b1ce397
[initial] first implementation of residual plotting (WIP)
feature/residual_plot
Marcel
2024-09-16 16:29:14 +0200
18c37dfdd0
[bugfix] take care of more unescaped backslashes in Metadata
Marcel
2024-09-16 16:27:36 +0200
9333ebf7f3
[update] deactivate Spectrogram tab features in main branch
master
Marcel Office Desktop
2024-09-12 16:58:27 +0200
8c46b1ed18
[update] README.md
Marcel Office Desktop
2024-09-12 16:54:39 +0200
c743813446
Merge branch 'refs/heads/develop'
Marcel Office Desktop
2024-09-12 16:32:15 +0200
41c9183be3
Merge branch 'refs/heads/correlation_picker' into develop
Marcel Office Desktop
2024-09-12 16:24:50 +0200
ae6c4966a9
[bugfix] compare options always activated using obspy_dmt independent of data availability
Marcel Office Desktop
2024-09-12 12:23:18 +0200
e8a516d16b
[update] trying to increase plot performance for large datasets, can need overhaul of drawPicks method in the future (too much recursion)
Marcel Office Desktop
2024-09-12 12:06:38 +0200
f78315dec4
[update] new test files for test_autopicker after changes in autopicker
Marcel Office Desktop
2024-09-11 11:02:32 +0200
28f75cedcb
Merge branch 'refs/heads/develop' into correlation_picker
correlation_picker
Marcel Office Desktop
2024-09-11 10:31:50 +0200
e02b62696d
[bugfix] no actual UTCDateTime object was used to check metadata availability for check4rotated
Marcel Office Desktop
2024-09-10 16:59:02 +0200
e4217f0e30
[critical] fixing a major bug in checksignallength, testing needed
Marcel Office Desktop
2024-09-10 16:58:12 +0200
8f154e70d7
[minor] plot coloring
Marcel Office Desktop
2024-09-10 16:57:18 +0200
6542b6cc4f
[minor] slightly improved test output
Marcel Office Desktop
2024-09-10 16:57:00 +0200
5ab6c494c5
[update] increased code readability and improved figures created in autopick.py and picker.py
Marcel Office Desktop
2024-09-10 16:16:46 +0200
3da47c6f6b
[revert] changed slope calculation in AICPicker back to older state (probably causing problems changing results in test_autopickstation.py)
Marcel
2024-09-09 16:56:38 +0200
cc7716a2b7
[minor] improved unittest result
Marcel
2024-09-09 16:05:02 +0200
03947d2363
[update] removed bad STA/LTA implementation from CF class
Marcel
2024-09-09 14:42:54 +0200
e1b0d48527
[refactor] removed unused parameter "data" from calcCF methods
Marcel
2024-09-09 14:20:41 +0200
431dbe8924
[testing] improved dictionary comparison. Failed tests have completely different picks (not only snrdb)
Marcel
2024-08-30 15:07:31 +0200
e434bda993
[change] corrected for required versions
38-simplify-data-structure
Wehling-Benatelli
2024-08-29 16:10:13 +0200
c0c3cbbd7b
refactor: remove unused methods
Sebastian Wehling-Benatelli
2024-08-18 14:00:00 +0200
76d4ec290c
refactor: restructure data objects
Sebastian Wehling-Benatelli
2024-07-27 13:58:06 +0200
63dac0fff6
refactor: restructure data objects
Sebastian Wehling-Benatelli
2024-07-23 15:17:00 +0200
b15cfe2e1d
bugfix: corrected for ValueError
Sebastian Wehling-Benatelli
2024-07-23 13:42:45 +0200
29a1e4ebe6
refactor: move Project definition to individual file
Sebastian Wehling-Benatelli
2024-07-20 10:30:18 +0200
50cabb0038
refactor: remove unused code; rewrite too complex functions
Sebastian Wehling-Benatelli
2024-07-20 10:23:40 +0200
8dd5789b0c
refactor: remove unnecessary additional declaration
Sebastian Wehling-Benatelli
2024-07-17 14:07:05 +0200
c4aeab0d89
suggestion: add new dataclasses; remove unused code
Sebastian Wehling-Benatelli
2024-07-17 14:06:13 +0200
ef69fc429f
refactor: removed unused code
Sebastian Wehling-Benatelli
2024-07-17 14:05:04 +0200
c8f9c1c33a
refactor: rename writephases; add write hash to write_phases
Sebastian Wehling-Benatelli
2024-07-17 13:29:10 +0200
59f2c4b46f
refactor: remove unused code; restructure writephases
Sebastian Wehling-Benatelli
2024-07-16 14:49:32 +0200
8eb958c91b
change: add docu and test case
Sebastian Wehling-Benatelli
2024-07-16 12:08:00 +0200
6b7f297d7a
[update] adding possibility to display other waveform data (e.g. denoised/synthetic) together with genuine data for comparison
Marcel
2024-01-30 17:01:56 +0100
63810730e5
[bugfix] added missing parameter "taup_phases" introduced a long time ago into default parameters and parameters for unit tests
Marcel
2024-08-30 14:51:30 +0200
f2159c47f9
[testing] brought test_autopickstation up-to-date using, removing deprecated methods and using pytest.approx Certain tests fail on snrdb calculation which has to be examined (WIP)
Marcel
2024-08-30 12:41:16 +0200
70d5c2d621
[minor] mpl.figure.canvas.draw -> draw_idle
Marcel
2024-01-30 17:00:42 +0100
7393201b90
[minor] inform if station coordinates were not found in metadata
Marcel
2024-06-12 16:11:53 +0200
d02f74ab10
[bugfix] added missing Parameter object in call for picksdict_from_picks
Marcel
2024-06-12 13:44:02 +0200
0a5f5f0817
[minor] removed unneeded imports
Marcel
2024-06-07 15:56:05 +0200
db976e5ea9
[bugfix] removing redundancy and wrong bullsh.. try-except code
Marcel
2024-06-07 15:01:36 +0200
c021ca19d7
[minor] switch default cmap for array_map to 'viridis'
Marcel
2024-06-07 14:34:27 +0200
356988e71d
[update] further improved Pickfile selection dialog, now providing methods "overwrite" or "merge"
Marcel
2024-06-07 14:32:57 +0200
ad62284e0e
[update] improve pickfile selection, give the ability to select only specific files
Marcel
2024-06-07 13:09:34 +0200
0fb0b0f11c
[bugfix] re-implement ability of get_bool to return unidentifiable input
Marcel
2024-06-07 13:07:42 +0200
e3dd4a4e28
bugfix: remove unused functions; correct for wrong formatting (PEP)
Sebastian Wehling-Benatelli
2023-04-23 22:05:11 +0200
2bbb84190c
feat: add type hints and tests for plot utils
Sebastian Wehling-Benatelli
2023-04-23 21:37:20 +0200
fb32d5e0c5
bugfix: add tests to key_for_set_value
Sebastian Wehling-Benatelli
2023-04-16 09:58:51 +0200
f043401cc0
bugfix: rename is_iterable and add doc tests
Sebastian Wehling-Benatelli
2023-04-16 09:50:42 +0200
eb15382b5f
bugfix: refactor get_owner and get_hash; add tests
Sebastian Wehling-Benatelli
2023-04-12 21:22:58 +0200
7fbc3bc5ae
bugfix: add new tests and refactor get_none
Sebastian Wehling-Benatelli
2023-04-12 20:32:44 +0200
221743fe20
bugfix: correct erroneous and add new doctests
Sebastian Wehling-Benatelli
2023-04-10 19:14:23 +0200
d0fbb91ffe
[update] added test for AutoPyLoT, added test files for correlation picker as well
Marcel Office Desktop
2024-08-29 16:35:04 +0200
424d42aa1c
Merge branch 'refs/heads/develop' into correlation_picker
Marcel Office Desktop
2024-08-29 16:37:15 +0200
2cea10088d
[update] added test for AutoPyLoT, added test files for correlation picker as well
Marcel Office Desktop
2024-08-29 16:35:04 +0200
5971508cab
[bugfix] Metadata object did not find inventory for relative directory paths/unescaped backslashes
Marcel Office Desktop
2024-08-29 16:34:37 +0200
c765e7c66b
[bugfix] fixed import for tukey in newer scipy versions which moved to signal.windows module
Marcel Office Desktop
2024-08-29 16:33:16 +0200
554afc5a81
bugfix: update check4rotate
Sebastian Wehling-Benatelli
2023-04-10 18:35:58 +0200
466f19eb2e
[bugfix] fixed import for tukey in newer scipy versions
Marcel Office Desktop
2024-08-28 18:01:03 +0200
e6a4ba7ee2
[update] remove mean from picks (WIP for residual plotting) pt2
Marcel Office Desktop
2024-08-28 10:37:31 +0200
5d90904838
Merge branch 'develop' into correlation_picker
Marcel
2024-08-27 17:46:21 +0200
7a13288c85
[major] getting rid of unused/unnecessary "rootpath" and "database" structure. Testing required.
Marcel
2024-08-27 17:45:15 +0200
3f97097bf6
[update] add mailmap for better readability of git commit history
Marcel
2024-08-27 16:19:19 +0200
29107ee40c
[update] WIP: adding tests for autopylot (global)
Marcel
2024-08-26 17:18:41 +0200
fa310461d0
[update] added possibility to remove the mean from picks (WIP for residual plotting)
Marcel Office Desktop
2024-08-15 17:15:10 +0200
42a7d12292
[bugfix] reduce maximum number of stations listed in array map status
Marcel Office Desktop
2024-08-15 16:30:05 +0200
2e49813292
[update] some general bugfixes and improvements in array map
Marcel Office Desktop
2024-08-14 17:04:17 +0200
5d6f4619cc
[update] add selection for merge strategy for loading of single event files
Marcel Office Desktop
2024-08-12 16:03:29 +0200
db11e125c0
[todos] add todos
Marcel Office Desktop
2024-08-09 16:53:21 +0200
b59232d77b
[bugfix] function name accidentally overwritten on parameter renaming
Marcel Office Desktop
2024-08-09 16:52:57 +0200
176e93d833
[refactor] finished annotations (type hints)
Marcel Office Desktop
2024-08-09 16:52:32 +0200
759e7bb848
[bugfix] partially reverted signature of an inner function with shadowed variable name [refactor] minor
Marcel Office Desktop
2024-08-09 16:24:40 +0200
61c3f40063
Merge branch 'develop' into correlation_picker
Marcel Office Desktop
2024-08-09 15:50:46 +0200
213819c702
[update] simplify dependencies (remove sub-dependencies), update installation instructions in README.md
Marcel Office Desktop
2024-08-09 15:50:02 +0200
67f34cc871
Merge branch 'develop' into correlation_picker
Marcel Office Desktop
2024-08-09 15:05:30 +0200
f4f48a930f
[refactor] moved unittest to existing test folder
Marcel Office Desktop
2024-08-09 15:03:55 +0200
b41e2b2de6
[update] new requirements.txt and pylot.yml for python 3.11
Marcel Office Desktop
2024-08-09 15:02:31 +0200
a068bb8457
[update] refactoring, added type hints
Marcel
2024-08-08 16:49:15 +0200
452f2a2e18
[bugfix] test raised different Exception than planned
Marcel
2024-08-08 14:41:16 +0200
c3a2ef5022
[minor] changed test to be approximately equal to test result on different machine
Marcel
2024-08-08 09:46:20 +0200
8e7bd87711
[new] added some unit tests for correlation picker (WIP)
Marcel Office Desktop
2024-08-07 17:11:27 +0200
d5817adc46
[merge] changes to correlation picker from different machines that were not committed
Marcel Office Desktop
2024-08-07 10:17:35 +0200
14f01ec46d
Merge branch 'correlation_picker' of git.geophysik.ruhr-uni-bochum.de:marcel/pylot into correlation_picker
Marcel Office Desktop
2024-08-07 10:08:57 +0200
1b074d14ff
[update] WIP: Adding type hints, docstrings etc.
Marcel
2024-08-06 16:03:50 +0200
ce71c549ca
[bugfix] removed parameter that was re-introduced accidentally from manual merge
Marcel
2024-08-06 16:03:16 +0200
c4220b389e
Merge branch 'correlation_picker' of git.geophysik.ruhr-uni-bochum.de:marcel/pylot into correlation_picker
Marcel Office Desktop
2024-07-25 15:36:06 +0200
0f29d0e20d
[minor] small modifications (naming conventions)
Marcel
2024-07-25 14:50:40 +0200
e1e0913e3a
Merge remote-tracking branch 'origin/develop' into develop
Marcel Office Desktop
2024-07-25 10:25:59 +0200
cdcd226c87
[initial] adding files from correlation picker
Marcel
2024-07-24 14:07:13 +0200