Python picking and Location Tool
Stars
15
Forks
5
Watchers
15
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
660
commits
24
commits
15
commits
2
commits
1
commits
[update] increased robustness of correlation picker. If autoPyLoT fails on the stacked trace it tries to pick other stacked traces. Ignoring failed autoPyLoT picks can manually be set if they are not important (e.g. when only pick differences are important)
8a1da72View on GitHub[update] re-implemented code that was lost when corr_pick was integrated in pylot. Use all reference-pick-corrected theoretical picks as correlation reference time instead of using only reference picks
c989b2aView on GitHub[bugfix] explicitly pass parameters to "picksdict_from_picks" to calculate pick weights. Otherwise no weights could be calculated. Closes #40
4bd2e78View on GitHub[bugfix] changed default behavior of PylotParameter class to use default Parameter if called without input parameters. Related to #40
468a772View on GitHub[minor] increased robustness of correlation algorithm for unknown exceptions...
64b719fView on GitHub[bugfix] reverting code from commit 3069e7d5. Checking for coordinates in dataless Parser IS necessary to make sure correct Metadata were found. Fixes #37.
71d4269View on GitHubMerge remote-tracking branch 'origin/develop' into develop
050b9fbView on GitHub[update] add description for pick correlation algorithm
eb3cd71View on GitHub