-
Notifications
You must be signed in to change notification settings - Fork 7
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
todo: allow user-control over slice-reduction mechanism #12
Comments
definitely, e.g. average over time and max/min projection of the resulting 3D makes total sense to me how to support from the UI is a good question... context menu on the dims slider? |
i like that idea. vaguely related concept: it could be a neat feature for even the "visible" axes (x,y,z) to have sliders that would essentially just allow cropping. like this: Screen.Recording.2024-06-14.at.9.01.27.PM.movnormally, those sliders would be hidden (indicating you want the full extent of the visible axes), but some feature could show them. |
Oooo nice |
double clicking on a slider label converts it to a slice slider:
Untitled.mov
currently, the hard-coded behavior is to reduce extra remaining dimensions via
max()
.ndv/src/ndv/viewer/_viewer.py
Line 474 in 2e2b53f
this should be configurable (on a per-axis basis?)
The text was updated successfully, but these errors were encountered: