-
Notifications
You must be signed in to change notification settings - Fork 0
Background MIPs for TFE #39
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
ShrimpCryptid
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.
LGTM! Excited to see this change in the NucMorph datasets :)
nuc_morph_analysis/lib/visualization/write_data_for_colorizer.py
Outdated
Show resolved
Hide resolved
nuc_morph_analysis/lib/visualization/write_data_for_colorizer.py
Outdated
Show resolved
Hide resolved
nuc_morph_analysis/lib/visualization/write_data_for_colorizer.py
Outdated
Show resolved
Hide resolved
nuc_morph_analysis/lib/visualization/write_mips_for_colorizer.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Peyton Lee <[email protected]>
Co-authored-by: Peyton Lee <[email protected]>
|
Testing by running with default behavior for one colony and filter/dataset (small colony, exploratory) |
jcass11
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.
My test of this update ran without error and everything looks good! Thank you!
|
@pgarrison @cfrick13 this looks like it has 2 approvers but I still need one more because Peyton's doesn't count. |
😔 |
Add backdrop images to TFE
Generatating MIPS
Note: When I made the max intensity z projects using skimage resize method the resulting image looks much better than the precomputed zarr resolution_level equivalent. I made it an option in the function to do it either way, but the default behavior is im1! See example below:
The difference is that the precomputed zarr uses skimage resize with the order of interpolation set to nearest neighbor, whereas the skimage resize default in this method is set to bi-linear!
TFE integration
--make_backdrops Falseto use previously generated images (similar to--noframes)Here is a preview link for the Large colony in the exploratory dataset. Preview Link (will only work internally)