-
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
Error loading plugin #1
Comments
Hi David! Thanks a lot for your interest in the project. Cheers, |
Hi, SyntaxError: ("mismatched input ',' expecting COLON", ('', 311, 73, " with open(full_table_path, 'a') as full_table_file, open(path_to_multiple_Tables, 'r') as current_table:\n")) Any pointers on how I can fix this ? Thanks. |
Hi Gunjan, Similar issue here: Hope that helps! |
Hi Ariel, Reading IFDs Exception in thread "AWT-EventQueue-0" Traceback (most recent call last): Is there anything I am missing ? Or doing wrong ? |
Hi, After loading the images in the plugin/image j, I also have the error: Exception in thread "AWT-EventQueue-0" Traceback (most recent call last): Is there any way to solve this? Thanks in advance! |
Hi! Are you using an "original image" that is actually a multichannel TIFF file? As it is right now, the plugin for Single Image only works with single-channel images as original images, or else you'll get that error. I'll try to fix it in the future. In the meantime, you can always reload the generated ROIs in the multichannel image after tuning the ROIs. Hope that helps, good luck!! |
Hi,
I went ahead and put the plugin into the imageJ plugin folder and when I try to run it I get the error below. Any idea what I am doing wrong?
Thanks,
David
SyntaxError: ("mismatched input ',' expecting COLON", ('', 309, 73, " with open(full_table_path, 'a') as full_table_file, open(path_to_multiple_Tables, 'r') as current_table:\n"))
The text was updated successfully, but these errors were encountered: