Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@Oli4
Copy link
Contributor

@Oli4 Oli4 commented Nov 11, 2025

…not float64 to decrease the size of stored .eye files

In E2E files intensities are stored in a custom ufloat16 format this takes even less space. We actually read the data as uint16 and than map to the respective float which is converted to float32 to preserve precision. An option in future might be to store the intensities as uint16 as in E2E to further reduce file size.

…not float64 to decrease the size of stored .eye files

In E2E files intensities are stored in a custom ufloat16 format this takes even less space. We actually read the data as uint16 and than map to the respective float which is converted to float32 to preserve precision. An option in future might be to store the intensities as uint16 as in E2E to further reduce file size.
@Oli4 Oli4 merged commit e42756d into master Nov 11, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants