Skip to content
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

Issues with Alignment of "transposed" detectors using the KFA #31

Open
YannickDieter opened this issue Jan 10, 2023 · 1 comment
Open
Assignees
Labels
help wanted Extra attention is needed Improvement Something could be optimised

Comments

@YannickDieter
Copy link
Collaborator

YannickDieter commented Jan 10, 2023

Issues in detector alignments of "transposed" detectors were observed with the Kalman Filter Alignment resulting in diverging alignment parameters.

A transposition results into the following possible euler angles ('xyz'):

  • [-pi, 0, -pi / 2.0]
  • [pi, 0, -pi / 2.0]
  • [0, pi, pi / 2.0]
  • [0, -pi, pi / 2.0]

None of these starting values results into a successful alignment using the KFA.

The proposed solution is either to:

  • transpose your data before the actual analysis or,
  • use the regular alignment which might lead to a residual offset in one direction

NB: The problem seems to be a rotation of alpha or beta by +- pi. The Alignment of heavily rotated devices could be confirmed

@YannickDieter YannickDieter added help wanted Extra attention is needed Improvement Something could be optimised labels Jan 10, 2023
@YannickDieter YannickDieter self-assigned this Jan 10, 2023
@YannickDieter
Copy link
Collaborator Author

@cbespin Can you report your findings here, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Improvement Something could be optimised
Projects
None yet
Development

No branches or pull requests

2 participants