-
Notifications
You must be signed in to change notification settings - Fork 9
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
enable compression #1085
enable compression #1085
Conversation
Dataset is (51, 61, 551) with array detector for the last axis, all other datasets are just 51x61 original file (without any compression): 34 MB compression while collecting: 7.0 MB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Win10 checks out
The test script needs ability to verify data integrity between uncompressed and compressed files.
honestly I'm not interested in testing data integrity, that is h5py's job, which I trust them greatly to do... The test is simply proving that it is indeed applied to begin with. |
ok |
Changes
Enable passing compression/compression opts/shuffle arguments to h5py
require_dataset
Initially this is posted to allow testing in bluesky-in-a-box, so draft without any tests/docs added yet
Closes #422
Checklist