-
Notifications
You must be signed in to change notification settings - Fork 1
Serial crystallography binning #100
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
Conversation
Add a command line tool for binning each gated batch of images to a single image.
…st how small the interval is
|
As things stand, the current code will correctly bin the first image but return empty ones after that. The issue seems to come from the use of Going to try and find a solution. |
|
Having a very quick look at the output, rather than the change set. @noemifrisina you were concerned that the same frame was simply repeated 400 times: this is not teh case Derived from: |
|
Looking at the very constant spot count per image output I am going to guess there are some unmasked bad pixels here. |
|
Thanks for checking. |
keeble
left a comment
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.
I've not tested it (It looked as though there's already testing afoot) so this is just a drive-by code review.
Generally looks pretty good to me, a couple of small inline comments added which may just be my misunderstanding.
Only overall thought (which applies to existing code, not just this PR) would be that a lot of the logic here sits within the cli function itself, meaning it's not necessarily that easy for someone else to use the code from elsewhere. I guess the purpose of this package is to provide cli only? Probably a separate PR in any case :-)


Add a cli for ssx fixed target collections