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

feature request for Binner #38

Open
tischi opened this issue May 31, 2017 · 0 comments
Open

feature request for Binner #38

tischi opened this issue May 31, 2017 · 0 comments

Comments

@tischi
Copy link

tischi commented May 31, 2017

Hi,

When running below ImageJ macro...

newImage("Untitled", "8-bit black", 256, 254, 11);
run("Bin...", "x=3 y=3 z=3 bin=Average");

... the resulting image has 3 z-planes, indicating that the Binner discards the information in slices 10 and 11 of the original data. One other choice of implementing the Binner would have been that the resulting image has 4 z-planes, where its 4th z-plane is computed from the information in planes 10 and 11 of the original data.

I feel both options are valid, for me personally at the moment the latter option would be better, in order to preserve all content of my data.

Would it be possible to add an option such that the user can choose between the two behaviors?

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