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

Binned movie were unwantedly scaled #18

Open
aloejhb opened this issue Jun 16, 2023 · 1 comment
Open

Binned movie were unwantedly scaled #18

aloejhb opened this issue Jun 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@aloejhb
Copy link
Collaborator

aloejhb commented Jun 16, 2023

The binned movie were unwanted scaled, which generated very low value of intensity between 1 and 3.
In the future, please don't scale the binned movie, but simply convert it to uint.

@aloejhb aloejhb added the bug Something isn't working label Jun 16, 2023
@aloejhb
Copy link
Collaborator Author

aloejhb commented Jun 16, 2023

One can have a workaround for supplying full range zlim (0 to 2^16-1) at this line

binned = movieFunc.convertToUint(binned,depth);
, but would be better to not have the scaling at all.

aloejhb added a commit that referenced this issue Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant