-
Notifications
You must be signed in to change notification settings - Fork 174
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
LineSurface
jacobians seem incomplete
#2809
Comments
Maybe @beomki-yeo has thoughts on this. |
Indeed. I will update my PR on line surface jacobian soon so you can check the details there (#2657) Summary: |
thanks I will check. still seems odd to me as there should be a correlation between direction error and position error for both transformations |
That's a funny behavior of two different transforms - it will be described in the Discussion section. 😉 |
thanks for your derivation @beomki-yeo ! I think it makes some sense now to me. I might still need to check this manually to be 100% convinced but it is enough to close this ticket 😄 |
In the
LineSurface
we define aboundToFreeJacobian
but not afreeToBoundJacobian
which seems incorrect to me. If the jacobian is different compared to the one from a plane surface in one direction it should also be the case in the other directionacts/Core/include/Acts/Surfaces/LineSurface.hpp
Lines 120 to 128 in f7106bc
acts/Core/src/Surfaces/LineSurface.cpp
Lines 198 to 249 in f7106bc
The text was updated successfully, but these errors were encountered: