Skip to content

fix(E2EReader): makes sure raw intensities are stored as float32 and …#34

Merged
Oli4 merged 1 commit intomasterfrom
dev
Nov 11, 2025
Merged

fix(E2EReader): makes sure raw intensities are stored as float32 and …#34
Oli4 merged 1 commit intomasterfrom
dev

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.

1 participant