-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Fast TDL TDC #231
base: master
Are you sure you want to change the base?
ENH: Fast TDL TDC #231
Conversation
@MarcoVogt I took some of these commits and made them their own PR, especially since #230 already existed. Maybe rebase (or merge) before you continue coding to prevent ugly merge conflicts later |
Thanks! I will give this a review as soon as possible! There are currently no tests covering any of the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #231 +/- ##
===========================================
- Coverage 31.48% 13.98% -17.51%
===========================================
Files 87 88 +1
Lines 6026 6123 +97
===========================================
- Hits 1897 856 -1041
- Misses 4129 5267 +1138 ☔ View full report in Codecov by Sentry. |
code, derived from the bdaq example to a new example.
…ut for tdc example
TDC implementation with sub-ns resolution based on tapped delay lines (TDL).