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

Sub-Section of Virtual Image #58

Open
3 tasks
AvocadoMoon opened this issue Oct 23, 2024 · 0 comments
Open
3 tasks

Sub-Section of Virtual Image #58

AvocadoMoon opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@AvocadoMoon
Copy link
Collaborator

Problem

The entire exported image might not be wanted, but instead a subset of it.

Solution

Allow people to create sub-sections of their images.

Attempted Implementations

  • Remove unwanted slices
    • Read only for virtual stacks. It should be as easy as limiting the virtual linked lists of the entire image, but its not.
  • Create a new hyper stack
    • Because the source for streaming the information is not a local file, there's a lot of problems
  • Prevent the reader from accessing that specific section
    • The cell grid and n5 reader assumes that information is being read from zero index. It could work for only removing time, channels, and z-slices at the end of an image by reducing it's dimensions. But this would change its beginning.
@AvocadoMoon AvocadoMoon self-assigned this Oct 23, 2024
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