You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
After I try to launch the GUI and try to open my positions folder, it asks me for the channel name. I am not exactly sure what I must provide but my dataset has a channel w-50 in its name, so i just put that (have tried other channels as well) but i end up getting an error saying
Error in function openFolder. Traceback (most recent call last):
File "C:\Users\Nidhi\anaconda3\envs\acdc\lib\site-packages\cellacdc_init.py", line 403, in inner_function
result = func(self, *args, **kwargs)
File "C:\Users\Nidhi\anaconda3\envs\acdc\lib\site-packages\cellacdc\gui.py", line 22765, in _openFolder
self.gui_createOverlayColors()
File "C:\Users\Nidhi\anaconda3\envs\acdc\lib\site-packages\cellacdc\gui.py", line 4192, in gui_createOverlayColors
self.overlayColors[ch] = self.overlayRGBs[c]
IndexError: list index out of range
I just realised that the tif file you are loading ends with t050 suggesting that you have one tif file per time point? That will not work in acdc, you will need to concatenate the tiff files into a single file with all the time points. You will need one tif file per channel.
You can convert the files into acdc-compatible structure with module 0. Create data structure from microscopy/image files(s).... You will then choose Re-structure image files and follow the wizard. Let me know if it works thanks
Hi there, I'm the Cell-ACDC bot 👋. This issue had no activity for more than 180 days. For now, we have marked it as "inactive" until there is some new activity. If this issue was not solved yet, unfortunately we haven't had the time to implement it or it requires more discussion. Note that it doesn't mean it has been ignored, but a little reminder from your side would help :D. Feel free to reach out to us here or on our forum. If you think that this issue is no longer relevant, you may close it by yourself. In any case, we apologise for the inconvenience and we thank you for your patience and contributions so far!
Description:
Hello,
After I try to launch the GUI and try to open my positions folder, it asks me for the channel name. I am not exactly sure what I must provide but my dataset has a channel w-50 in its name, so i just put that (have tried other channels as well) but i end up getting an error saying
Error in function openFolder. Traceback (most recent call last):
File "C:\Users\Nidhi\anaconda3\envs\acdc\lib\site-packages\cellacdc_init.py", line 403, in inner_function
result = func(self, *args, **kwargs)
File "C:\Users\Nidhi\anaconda3\envs\acdc\lib\site-packages\cellacdc\gui.py", line 22765, in _openFolder
self.gui_createOverlayColors()
File "C:\Users\Nidhi\anaconda3\envs\acdc\lib\site-packages\cellacdc\gui.py", line 4192, in gui_createOverlayColors
self.overlayColors[ch] = self.overlayRGBs[c]
IndexError: list index out of range
Please help me out
Thanks
Nidhi
.2024-04-21_03-10-42_acdc_gui_0a706c29-7d3c-42d0-8581-82da1de9d6a1_stdout.log
Way to reproduce:
No response
(Optional) Link to data to reproduce error:
No response
Terminal output:
No response
Log file:
No response
Version information:
No response
The text was updated successfully, but these errors were encountered: