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

feat: add read_using_sdk parameter, default to True for compressed files #74

Merged
merged 2 commits into from
Jun 25, 2022

Conversation

tlambert03
Copy link
Owner

fixes #72

This exposes the ability to use the sdk to read frames vs the current behavior of reading the chunkmap and using a numpy memmap. This may also help speed in reading metadata (#71)

The current default of None means: use the sdk reader if the file is compressed, otherwise use numpy memmap.
This default might change in the future

@tlambert03 tlambert03 changed the title feat: add read_using_sdk parameter, default to True with compressed files feat: add read_using_sdk parameter, default to True for compressed files Jun 25, 2022
@tlambert03 tlambert03 merged commit f763e24 into main Jun 25, 2022
@tlambert03 tlambert03 deleted the fix-compressed branch June 25, 2022 15:59
@tlambert03 tlambert03 added the enhancement New feature or request label Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ND2 files saved with lossless compression do not open correctly.
1 participant