-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adjustable Sample Point Sizes #23
Comments
I don't yet have the bimodal distribution that I'm looking for, and sample width is critical, but a quick prototype that samples 10 bits wide successfully identifies many bits that were completely lost in the single-bit sampler. Some, of course, are still wrong, but I hope to correct this with a bit of fine tuning. |
With the correct width, a proper bimodal distribution appears and all bits can be accurately recognized. Settings from my photo of the Intel 8271 ROM.
We probably also want brightest of each channel for darkfield, and we probably want tall samples for when wide ones aren't appropriate. The pixel width will absolutely have to be selectable, and #25 tracks GUI changes that will be needed as we begin sampling more than one pixel per bit. |
We currently sample just one pixel for each bit. This is surprisingly effective but some, particularly diffusion ROMs under good focus and magnification, require other sampling methods.
Close this issue when we can adjust the sample size, perhaps with some choices as to how the colors of the sample spot are merged.
The text was updated successfully, but these errors were encountered: