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

Chunk-aware rendering #5953

Closed
droumis opened this issue Oct 24, 2023 · 4 comments
Closed

Chunk-aware rendering #5953

droumis opened this issue Oct 24, 2023 · 4 comments
Labels
TRIAGE Needs triaging wontfix

Comments

@droumis
Copy link
Member

droumis commented Oct 24, 2023

When visually exploring large chunked lazy arrays, it would be useful to restrict the loading/rendering to the 'active' chunks extent (maybe with a controllable number of buffer chunks) for certain plots that would normally try to load/render the entire dataset, like a minimap. This would provide a safeguard that prevents displaying or loading more data chunks than can be dealt with.

Suggested behavior for a time-chunked dataset:

First position of minimap selection
image

Second position of minimap selection
image

@droumis droumis added the TRIAGE Needs triaging label Oct 24, 2023
@droumis
Copy link
Member Author

droumis commented Nov 14, 2023

An extension/alternative approach could be to save a downsampled/aggregated image of the minimap as you pass over all the chunks, and have some other way to then indicate which chunks are in memory

@droumis
Copy link
Member Author

droumis commented Nov 14, 2023

Chunking could potentially be in both dimensions

@droumis
Copy link
Member Author

droumis commented Apr 2, 2024

Decided not to proceed with this approach

@droumis droumis closed this as completed Apr 2, 2024
@droumis droumis moved this from Todo to dropped in CZI R5 neuro Apr 2, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
TRIAGE Needs triaging wontfix
Projects
None yet
Development

No branches or pull requests

2 participants