|
41c9183be3
|
Merge branch 'refs/heads/correlation_picker' into develop
|
2024-09-12 16:24:50 +02:00 |
|
|
ae6c4966a9
|
[bugfix] compare options always activated using obspy_dmt independent of data availability
|
2024-09-12 12:23:18 +02:00 |
|
|
e8a516d16b
|
[update] trying to increase plot performance for large datasets, can need overhaul of drawPicks method in the future (too much recursion)
|
2024-09-12 12:19:44 +02:00 |
|
|
f78315dec4
|
[update] new test files for test_autopicker after changes in autopicker
|
2024-09-11 11:02:32 +02:00 |
|
|
28f75cedcb
|
Merge branch 'refs/heads/develop' into correlation_picker
|
2024-09-11 10:31:50 +02:00 |
|
|
e02b62696d
|
[bugfix] no actual UTCDateTime object was used to check metadata availability for check4rotated
|
2024-09-10 16:59:02 +02:00 |
|
|
e4217f0e30
|
[critical] fixing a major bug in checksignallength, testing needed
|
2024-09-10 16:58:12 +02:00 |
|
|
8f154e70d7
|
[minor] plot coloring
|
2024-09-10 16:57:18 +02:00 |
|
|
6542b6cc4f
|
[minor] slightly improved test output
|
2024-09-10 16:57:00 +02:00 |
|
|
5ab6c494c5
|
[update] increased code readability and improved figures created in autopick.py and picker.py
|
2024-09-10 16:16:46 +02:00 |
|
|
3da47c6f6b
|
[revert] changed slope calculation in AICPicker back to older state (probably causing problems changing results in test_autopickstation.py)
|
2024-09-09 16:56:38 +02:00 |
|
|
cc7716a2b7
|
[minor] improved unittest result
|
2024-09-09 16:05:02 +02:00 |
|
|
03947d2363
|
[update] removed bad STA/LTA implementation from CF class
|
2024-09-09 14:42:54 +02:00 |
|
|
e1b0d48527
|
[refactor] removed unused parameter "data" from calcCF methods
|
2024-09-09 14:20:41 +02:00 |
|
|
431dbe8924
|
[testing] improved dictionary comparison. Failed tests have completely different picks (not only snrdb)
|
2024-08-30 15:07:31 +02:00 |
|
|
63810730e5
|
[bugfix] added missing parameter "taup_phases" introduced a long time ago into default parameters and parameters for unit tests
|
2024-08-30 14:51:30 +02:00 |
|
|
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)
|
2024-08-30 12:41:16 +02:00 |
|
|
d0fbb91ffe
|
[update] added test for AutoPyLoT, added test files for correlation picker as well
|
2024-08-29 16:46:30 +02:00 |
|
|
424d42aa1c
|
Merge branch 'refs/heads/develop' into correlation_picker
# Conflicts:
# pylot/core/pick/charfuns.py
# tests/test_autopicker/pylot_alparray_mantle_corr_stack_0.03-0.5.in
# tests/test_autopicker/test_autopylot.py
|
2024-08-29 16:37:15 +02:00 |
|
|
2cea10088d
|
[update] added test for AutoPyLoT, added test files for correlation picker as well
|
2024-08-29 16:35:04 +02:00 |
|
|
5971508cab
|
[bugfix] Metadata object did not find inventory for relative directory paths/unescaped backslashes
|
2024-08-29 16:34:37 +02:00 |
|
|
c765e7c66b
|
[bugfix] fixed import for tukey in newer scipy versions which moved to signal.windows module
|
2024-08-29 16:33:39 +02:00 |
|
|
466f19eb2e
|
[bugfix] fixed import for tukey in newer scipy versions
|
2024-08-28 18:01:03 +02:00 |
|
|
e6a4ba7ee2
|
[update] remove mean from picks (WIP for residual plotting) pt2
|
2024-08-28 10:37:31 +02:00 |
|
|
5d90904838
|
Merge branch 'develop' into correlation_picker
|
2024-08-27 17:46:21 +02:00 |
|
|
7a13288c85
|
[major] getting rid of unused/unnecessary "rootpath" and "database" structure. Testing required.
|
2024-08-27 17:45:15 +02:00 |
|
|
3f97097bf6
|
[update] add mailmap for better readability of git commit history
|
2024-08-27 16:19:19 +02:00 |
|
|
29107ee40c
|
[update] WIP: adding tests for autopylot (global)
|
2024-08-26 17:18:41 +02:00 |
|
|
fa310461d0
|
[update] added possibility to remove the mean from picks (WIP for residual plotting)
|
2024-08-15 17:15:10 +02:00 |
|
|
42a7d12292
|
[bugfix] reduce maximum number of stations listed in array map status
|
2024-08-15 16:30:05 +02:00 |
|
|
2e49813292
|
[update] some general bugfixes and improvements in array map
|
2024-08-14 17:04:17 +02:00 |
|
|
5d6f4619cc
|
[update] add selection for merge strategy for loading of single event files
|
2024-08-12 16:03:29 +02:00 |
|
|
db11e125c0
|
[todos] add todos
|
2024-08-09 16:53:21 +02:00 |
|
|
b59232d77b
|
[bugfix] function name accidentally overwritten on parameter renaming
|
2024-08-09 16:52:57 +02:00 |
|
|
176e93d833
|
[refactor] finished annotations (type hints)
|
2024-08-09 16:52:32 +02:00 |
|
|
759e7bb848
|
[bugfix] partially reverted signature of an inner function with shadowed variable name
[refactor] minor
|
2024-08-09 16:24:40 +02:00 |
|
|
61c3f40063
|
Merge branch 'develop' into correlation_picker
|
2024-08-09 15:50:46 +02:00 |
|
|
213819c702
|
[update] simplify dependencies (remove sub-dependencies), update installation instructions in README.md
|
2024-08-09 15:50:02 +02:00 |
|
|
67f34cc871
|
Merge branch 'develop' into correlation_picker
# Conflicts:
# pylot.yml
# requirements.txt
|
2024-08-09 15:05:30 +02:00 |
|
|
f4f48a930f
|
[refactor] moved unittest to existing test folder
|
2024-08-09 15:03:55 +02:00 |
|
|
b41e2b2de6
|
[update] new requirements.txt and pylot.yml for python 3.11
|
2024-08-09 15:02:31 +02:00 |
|
|
a068bb8457
|
[update] refactoring, added type hints
|
2024-08-08 16:49:15 +02:00 |
|
|
452f2a2e18
|
[bugfix] test raised different Exception than planned
|
2024-08-08 14:41:16 +02:00 |
|
|
c3a2ef5022
|
[minor] changed test to be approximately equal to test result on different machine
|
2024-08-08 11:28:10 +02:00 |
|
|
8e7bd87711
|
[new] added some unit tests for correlation picker (WIP)
|
2024-08-07 17:11:27 +02:00 |
|
|
d5817adc46
|
[merge] changes to correlation picker from different machines that were not committed
|
2024-08-07 10:17:35 +02:00 |
|
|
14f01ec46d
|
Merge branch 'correlation_picker' of git.geophysik.ruhr-uni-bochum.de:marcel/pylot into correlation_picker
|
2024-08-07 10:08:57 +02:00 |
|
|
1b074d14ff
|
[update] WIP: Adding type hints, docstrings etc.
|
2024-08-06 16:03:50 +02:00 |
|
|
ce71c549ca
|
[bugfix] removed parameter that was re-introduced accidentally from manual merge
|
2024-08-06 16:03:16 +02:00 |
|
|
c4220b389e
|
Merge branch 'correlation_picker' of git.geophysik.ruhr-uni-bochum.de:marcel/pylot into correlation_picker
|
2024-07-25 15:36:06 +02:00 |
|