-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix remove_flyback algorithm #318
Conversation
…ames per probe position
This looks like it is working. Can we issue a release candidate with this and the other pull requests? I want to test it a little more thoroughly. |
@ercius Sorry for the delayed response. As part of the CI for a PR a wheel is built ( just download the the artifacts ) you can use that for testing. The CI is currently failing because you are removing |
…ar line later. Its best to keep things consistent.
@cjh1 Thanks for finding my error. I've added in scan_positions and will grab the artifact to more fully test this new algorithm. |
@cjh1 I think this is good to merge. Can you take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The current algorithm for removing the flyback doe snot properly account for multiple frames per probe position.
This new algorithm is designed to account for that problem.
Its not ready yet. I need to build new stempy version to test it.