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

account for systematic alignment error separately from local random error #225

Open
jmuhlich opened this issue Oct 30, 2024 · 0 comments
Open

Comments

@jmuhlich
Copy link
Collaborator

It would be nice to decouple the camera rotation issue from the stage position accuracy, so we don't need to increase -m just to account for the camera angle. I think the max_shift filter doesn't even catch very many spurious alignments anyway, so perhaps we could fit the LinearRegression before filtering on max_shift and use that affine transform as a preliminary estimate of the camera rotation and other large-scale systematic alignment errors (e.g. inaccuracies in the calibration of pixel size and stage position actuator scaling). We could then "subtract out" the result of that affine transform from the pairwise shifts, leaving just the random local stage position error. Only then would we apply the max_shift filtering.

@jmuhlich jmuhlich changed the title account systematic alignment error separately from local random error account for systematic alignment error separately from local random error Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant