-
Notifications
You must be signed in to change notification settings - Fork 43
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
max-merge option on axis in frame selector #1118
Comments
Also called Max Intensity Projection |
Description: Suppose a image with 3 z values and 4 time values. We currently have two sliders, one for z and one for t. For this example, suppose our image is white. If you check "max-merge" next to an axis, the slider is disabled. If you did this on z (and the IndexStride of Z is 1, The style is now If you are in channel compositing mode, you repeat the palette for each channel for each max-merge entry and have the appropriate framedelta for both the channel and max-merge entry. The net result of this is you see the brightest pixel from any frame that has been max-merged. Somethings probably make no sense to max-merge (like an XY axis), but I wouldn't prohibit any of them -- if it has a slider, it should have a max-merge checkbox. |
This was added in #1306. |
When in axis mode, we could have a check box next to each axis that would show a max-merge on that axis. When enabled, the slider would be disabled.
The text was updated successfully, but these errors were encountered: