-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is the data incomplete or not in the format expected by the program #40
Comments
Hi, can you share some more info about how your input data is formatted and named? (e.g. tiff files xy{fov number}_t{time step}.tif, etc. or something else?) |
Demonstration20241116.zip Hello! I have uploaded the video of the operation process to GitHub. You can view it through the following link: https://github.com/zxl555666/Video-site I hope this will help you better understand the issues I'm encountering. Thank you very much for your assistance and support! Best regards, Lei Zhuang ShanghaiTech University |
Thank you, that's helpful -- can you also share a sample of your data? for instance, a few of the tiffs output in the first step. |
TIFF-1.zip @RyanThiermann Thank you for your patience and guidance. Due to the attachment size limitations on the forum, I have split the TIFF output data into three zip packages. You can find and download them from the attachments below:
Please unzip and review the contents of these packages. I hope these files will provide the necessary insights into the issue at hand. If you need any further information or additional data, please let me know. Thank you again for your assistance. Best regards, Lei Zhuang |
Thanks for catching this. It looks like there was a change in a recent version of tifffile that changed how input images are stored and caused the error. I've pushed an update that should fix it. Can you pull the most recent version of the code (git pull origin main) and try again? Let me know if it works or if you run into any other problems. |
When I run compile, there is no display of the run option, only "set new directories" and "load last run settings" are shown, and in conda, there is such code: Failed to find a key piece of info: planes found: False fovs found: True times found: True Limited traceback: File "c:\users\xxxxx\napari-mm3\src\napari_mm3_deriving_widgets.py", line 358, in _load_from_data_conditional traceback.print_stack(limit=1). What could be the reason for this, and how should I handle it? Thank you!
The text was updated successfully, but these errors were encountered: