Marcel Paffrath marcel
  • Joined on 2020-08-13
marcel pushed to develop at marcel/pylot 2024-09-18 16:59:41 +02:00
621cbbfbda [minor] modify README
marcel pushed to develop at marcel/pylot 2024-09-18 16:57:48 +02:00
050b9fb0c4 Merge remote-tracking branch 'origin/develop' into develop
eb3cd713c6 [update] add description for pick correlation algorithm
Compare 2 commits »
marcel pushed to develop at marcel/pylot 2024-09-16 16:31:28 +02:00
18c37dfdd0 [bugfix] take care of more unescaped backslashes in Metadata
marcel created branch feature/residual_plot in marcel/pylot 2024-09-16 16:31:15 +02:00
marcel pushed to feature/residual_plot at marcel/pylot 2024-09-16 16:31:15 +02:00
053b1ce397 [initial] first implementation of residual plotting (WIP)
18c37dfdd0 [bugfix] take care of more unescaped backslashes in Metadata
Compare 2 commits »
marcel pushed to develop at marcel/pylot 2024-09-13 14:31:56 +02:00
9333ebf7f3 [update] deactivate Spectrogram tab features in main branch
marcel pushed to develop at marcel/pylot 2024-09-12 16:59:25 +02:00
8c46b1ed18 [update] README.md
c743813446 Merge branch 'refs/heads/develop'
710ea57503 Merge branch 'github-master'
8aaad643ec release version 0.2
bc808b66c2 [update] README.md
Compare 7 commits »
marcel pushed to master at marcel/pylot 2024-09-12 16:58:38 +02:00
9333ebf7f3 [update] deactivate Spectrogram tab features in main branch
8c46b1ed18 [update] README.md
Compare 2 commits »
marcel pushed to master at marcel/pylot 2024-09-12 16:33:05 +02:00
c743813446 Merge branch 'refs/heads/develop'
41c9183be3 Merge branch 'refs/heads/correlation_picker' into develop
ae6c4966a9 [bugfix] compare options always activated using obspy_dmt independent of data availability
e8a516d16b [update] trying to increase plot performance for large datasets, can need overhaul of drawPicks method in the future (too much recursion)
f78315dec4 [update] new test files for test_autopicker after changes in autopicker
Compare 839 commits »
marcel pushed to develop at marcel/pylot 2024-09-12 16:26:37 +02:00
41c9183be3 Merge branch 'refs/heads/correlation_picker' into develop
28f75cedcb Merge branch 'refs/heads/develop' into correlation_picker
424d42aa1c Merge branch 'refs/heads/develop' into correlation_picker
2cea10088d [update] added test for AutoPyLoT, added test files for correlation picker as well
466f19eb2e [bugfix] fixed import for tukey in newer scipy versions
Compare 25 commits »
marcel pushed to develop at marcel/pylot 2024-09-12 16:24:44 +02:00
ae6c4966a9 [bugfix] compare options always activated using obspy_dmt independent of data availability
e8a516d16b [update] trying to increase plot performance for large datasets, can need overhaul of drawPicks method in the future (too much recursion)
f78315dec4 [update] new test files for test_autopicker after changes in autopicker
Compare 3 commits »
marcel pushed to correlation_picker at marcel/pylot 2024-09-12 16:24:23 +02:00
28f75cedcb Merge branch 'refs/heads/develop' into correlation_picker
e02b62696d [bugfix] no actual UTCDateTime object was used to check metadata availability for check4rotated
e4217f0e30 [critical] fixing a major bug in checksignallength, testing needed
8f154e70d7 [minor] plot coloring
6542b6cc4f [minor] slightly improved test output
Compare 14 commits »
marcel pushed to develop at marcel/pylot 2024-09-10 17:01:23 +02:00
e02b62696d [bugfix] no actual UTCDateTime object was used to check metadata availability for check4rotated
e4217f0e30 [critical] fixing a major bug in checksignallength, testing needed
8f154e70d7 [minor] plot coloring
6542b6cc4f [minor] slightly improved test output
5ab6c494c5 [update] increased code readability and improved figures created in autopick.py and picker.py
Compare 5 commits »
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 »