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

Export grid distances and weights as a tiff file #199

Closed
mogres opened this issue Sep 29, 2023 · 0 comments · Fixed by #216
Closed

Export grid distances and weights as a tiff file #199

mogres opened this issue Sep 29, 2023 · 0 comments · Fixed by #216

Comments

@mogres
Copy link
Collaborator

mogres commented Sep 29, 2023

Use Case

We want to visualize distances and weights stored in the grid as a tiff file to explore 3D slices. Simularium example:
image

Solution

  1. Create array of values stored in the grid. This array will have the same size as the grid (may be high/low resolution depending on grid spacing)
  2. Use the ImageWriter class to write these values to an ome tiff image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant