Skip to content
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

problem with render() design #20

Open
tlambert03 opened this issue Apr 21, 2024 · 0 comments
Open

problem with render() design #20

tlambert03 opened this issue Apr 21, 2024 · 0 comments

Comments

@tlambert03
Copy link
Owner

an issue i'm seeing with the design of Modality with a single render() method: some modalities like SIM really can't render an optical image in full 3D truth space. For sim, while it's technically possible, it would be extremely memory intensive and slow, we're much better off just yielding the 2D "optical images" as needed for digitizing (e.g. at the detector). For example, if we're rendering truth at 25nm axial resolution, we really only need every ~5 planes after convolution. In fact, it's worth looking into whether upscaling in Z is important at all here.

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

No branches or pull requests

1 participant