-
Notifications
You must be signed in to change notification settings - Fork 47
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
Unable to load CH5 File #159
Comments
thanks for opening this issue @roshankern ! Indeed, this file format has given us some trouble! @bethac07 - would you know who can help us track this down? Would it be helpful for Roshan to attach the example file ( 🤞 this is a simple fix! |
@gwaygenomics @roshankern a test file would indeed be great. I also hope it's a simple fix but I can't promise that it is so. |
It seems the cd5 file can be manipulated in python after being opened with the pyimagej library. The code posted below saves the first frame of the .cd5 file in
|
There is no reason I can think of that it would be inherently worse; in terms of "how long does it take to open X image", I definitely haven't benchmarked it, but I have no reason to believe that they're substantially different and in terms of "days on the calendar until someone can be guaranteed to have it working", probably makes sense to do what's working right now |
Sounds good, thank you for your help! |
If it's ok, I'd like to keep this open to eventually be able to address the issue of opening it with p-b |
Of course! |
I am trying to analyze a .ch5 (CellH5) file in python. This file opens fine in ImageJ with the Bio Formats plugin, but python-bioformats throws an error when calling
bioformats.ImageReader(file.ch5)
. How can I resolve this error, or is there a better way to analyze .ch5 files with python? The output of the code is below. Thanks!CC @gwaygenomics to keep you in the loop
The text was updated successfully, but these errors were encountered: