Skip to content

View all bits in display_results method in Pixel Decoder #81

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

Closed
wants to merge 9 commits into from

Conversation

mspend
Copy link
Contributor

@mspend mspend commented May 20, 2025

The smFISH_spot_detection branch was created to adapt the pixel decoding for MERFISH for smFISH data. The decode_one_tile method in PixelDecoding opens multiple images in Napari - "pixels," "decoded," "magnitude," and "distance." The image in Napari labeled "pixels" represents the pre-decoding intensities of spots in 1 bit, whereas the "decoded" image that opens represents all bits, summarized using a grayscale gradient. (Black is zero, or bit 1. White is 15, or bit 16). T

I modified the display_results function in Pixel decoder to open up all 16 bits of pre-decoding spot intensities, so now you can toggle between the pre-decoded and decoded spots for all bits.

Copy link
Contributor Author

@mspend mspend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By changing the contrast limits of the "decoded" image to just 1 bit, you can easily toggle back and forth between the pre-decoded intensities and the decoded spots.

@dpshepherd dpshepherd closed this May 21, 2025
@mspend
Copy link
Contributor Author

mspend commented May 22, 2025

Closing and using PR #82 instead

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

Successfully merging this pull request may close these issues.

2 participants