Marcel Paffrath marcel
  • Joined on 2020-08-13
marcel pushed to develop at marcel/pylot 2024-09-09 16:56:59 +02:00
3da47c6f6b [revert] changed slope calculation in AICPicker back to older state (probably causing problems changing results in test_autopickstation.py)
cc7716a2b7 [minor] improved unittest result
03947d2363 [update] removed bad STA/LTA implementation from CF class
e1b0d48527 [refactor] removed unused parameter "data" from calcCF methods
Compare 4 commits »
marcel pushed to develop at marcel/pylot 2024-08-30 15:07:38 +02:00
431dbe8924 [testing] improved dictionary comparison. Failed tests have completely different picks (not only snrdb)
63810730e5 [bugfix] added missing parameter "taup_phases" introduced a long time ago into default parameters and parameters for unit tests
f2159c47f9 [testing] brought test_autopickstation up-to-date using, removing deprecated methods and using pytest.approx
Compare 3 commits »
marcel pushed to develop at marcel/pylot 2024-08-29 16:47:02 +02:00
d0fbb91ffe [update] added test for AutoPyLoT, added test files for correlation picker as well
5971508cab [bugfix] Metadata object did not find inventory for relative directory paths/unescaped backslashes
c765e7c66b [bugfix] fixed import for tukey in newer scipy versions which moved to signal.windows module
Compare 3 commits »
marcel pushed to correlation_picker at marcel/pylot 2024-08-29 16:39:33 +02:00
424d42aa1c Merge branch 'refs/heads/develop' into correlation_picker
2cea10088d [update] added test for AutoPyLoT, added test files for correlation picker as well
5971508cab [bugfix] Metadata object did not find inventory for relative directory paths/unescaped backslashes
c765e7c66b [bugfix] fixed import for tukey in newer scipy versions which moved to signal.windows module
e6a4ba7ee2 [update] remove mean from picks (WIP for residual plotting) pt2
Compare 5 commits »
marcel pushed to correlation_picker at marcel/pylot 2024-08-28 18:01:09 +02:00
466f19eb2e [bugfix] fixed import for tukey in newer scipy versions
marcel pushed to develop at marcel/pylot 2024-08-28 10:37:40 +02:00
e6a4ba7ee2 [update] remove mean from picks (WIP for residual plotting) pt2
marcel pushed to correlation_picker at marcel/pylot 2024-08-27 17:47:38 +02:00
5d90904838 Merge branch 'develop' into correlation_picker
7a13288c85 [major] getting rid of unused/unnecessary "rootpath" and "database" structure. Testing required.
3f97097bf6 [update] add mailmap for better readability of git commit history
fa310461d0 [update] added possibility to remove the mean from picks (WIP for residual plotting)
42a7d12292 [bugfix] reduce maximum number of stations listed in array map status
Compare 7 commits »
marcel pushed to develop at marcel/pylot 2024-08-27 17:45:27 +02:00
7a13288c85 [major] getting rid of unused/unnecessary "rootpath" and "database" structure. Testing required.
marcel pushed to develop at marcel/pylot 2024-08-27 16:19:23 +02:00
3f97097bf6 [update] add mailmap for better readability of git commit history
marcel pushed to correlation_picker at marcel/pylot 2024-08-26 17:18:50 +02:00
29107ee40c [update] WIP: adding tests for autopylot (global)
marcel pushed to develop at marcel/pylot 2024-08-15 17:15:22 +02:00
fa310461d0 [update] added possibility to remove the mean from picks (WIP for residual plotting)
42a7d12292 [bugfix] reduce maximum number of stations listed in array map status
Compare 2 commits »
marcel pushed to develop at marcel/pylot 2024-08-14 17:04:39 +02:00
2e49813292 [update] some general bugfixes and improvements in array map
marcel pushed to develop at marcel/survBot 2024-08-13 16:40:31 +02:00
94cac54716 [update] add parameter to disable PowBox usage for selected stations
c57763c016 [update] added coloring for temperature warning and a critical temperature level, improved tooltip message
Compare 2 commits »
marcel pushed to develop at marcel/pylot 2024-08-12 16:03:37 +02:00
5d6f4619cc [update] add selection for merge strategy for loading of single event files
marcel pushed to correlation_picker at marcel/pylot 2024-08-09 16:53:55 +02:00
db11e125c0 [todos] add todos
b59232d77b [bugfix] function name accidentally overwritten on parameter renaming
176e93d833 [refactor] finished annotations (type hints)
759e7bb848 [bugfix] partially reverted signature of an inner function with shadowed variable name
Compare 4 commits »
marcel pushed to correlation_picker at marcel/pylot 2024-08-09 15:51:19 +02:00
61c3f40063 Merge branch 'develop' into correlation_picker
213819c702 [update] simplify dependencies (remove sub-dependencies), update installation instructions in README.md
67f34cc871 Merge branch 'develop' into correlation_picker
f4f48a930f [refactor] moved unittest to existing test folder
b41e2b2de6 [update] new requirements.txt and pylot.yml for python 3.11
Compare 5 commits »
marcel pushed to develop at marcel/pylot 2024-08-09 15:50:21 +02:00
213819c702 [update] simplify dependencies (remove sub-dependencies), update installation instructions in README.md
marcel pushed to develop at marcel/pylot 2024-08-09 15:03:03 +02:00
b41e2b2de6 [update] new requirements.txt and pylot.yml for python 3.11
e1e0913e3a Merge remote-tracking branch 'origin/develop' into develop
31ca0d7a85 Merge remote-tracking branch 'origin/develop' into develop
c7f9ad4c6f [update] changed sorting of traces overview if all station names are numeric (e.g. active experiments)
Compare 4 commits »
marcel pushed to correlation_picker at marcel/pylot 2024-08-08 16:49:30 +02:00
a068bb8457 [update] refactoring, added type hints
452f2a2e18 [bugfix] test raised different Exception than planned
c3a2ef5022 [minor] changed test to be approximately equal to test result on different machine
Compare 3 commits »
marcel pushed to correlation_picker at marcel/pylot 2024-08-07 17:11:36 +02:00
8e7bd87711 [new] added some unit tests for correlation picker (WIP)