-
Notifications
You must be signed in to change notification settings - Fork 11
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
HDF5 counting #259
Comments
@cjh1 FYI, it looks like Peter's reader would be a |
If I'm not mistaken, this is calling the older We should look into fixing this (maybe getting it to call the new electron counting function? or adjusting the old function to allow multiple frames per scan). The HDF5 case would definitely be one we would want to support. |
I dont think we have any way to indicate in the HDF5 format multiple frames per position. I think we can ignore that possibility since making HDF5's of raw data is not an important or common use case anymore.
I think we should support HDF5 counting, but its not worth a lot of work to implement multiple frames per position. That is only applicable to the 4D Camera which normally uses the other sector reader. |
Looks like you are right. I even see in the docs "
Sounds good. @cjh1 now we know that the other |
In v3.1.0 I get this warning using an H5 file to count:
Here is the code:
Is there a reason to deprecate this function? Its useful to create an H5 file, process the frames, and then compare the counting. I.e. for #258 and #233
The text was updated successfully, but these errors were encountered: