-
Notifications
You must be signed in to change notification settings - Fork 1
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
Opening output in MoBIE does not work #13
Comments
I ran the segmentation and morphometry on a small crop of your data, which resulted in this folder with files: Then in MoBIE, I could open them with Java CodeOpenTableCommand command = new OpenTableCommand();
command.root = new File("/Users/tischer/Desktop/microglia-data/test");
command.table = new File("/Users/tischer/Desktop/microglia-data/test/test-crop-8bit-ds2.csv");
command.images = "Path_Intensities=Signal";
command.labels = "Path_LabelMasks=Segmentation";
command.removeSpatialCalibration = true;
command.run(); ImageJ GUI ScreenshotCan you reproduce this? |
No it does not work with the data you provided either: MoBIEOpening data from table: C:\Users\mambroset\Desktop\test\test-crop-8bit-ds2.csv And in the Console: I'm wondering if it has to do with the way it recognizes the headers in a csv table but I have no clue where to look to fix it! Is it possible that it's a weird difference between OSs? |
Yes, it is possible that the OS plays a role, in which case this is also difficult to debug for me, because I do not have access to a Windows computer. Could you do me a favour and try whether it also does not work with the MoBIE-beta update site? This update site contains a newer version of MoBIE.... However, it indeed feels more like an OS issue, it seems like your computer does not recognise the line breaks in the CSV, that's why it considers |
Same behavior with MoBIE-beta! |
I am using the Java tablesaw library to open the tables. Seems like other people had similar issues before. |
I asked also for us: jtablesaw/tablesaw#1255 |
Thanks for the dedication! |
Thanks for finding this out! This is so weird 🤯 |
@mambroset could you please share here with me the table after re-saving from Fiji? |
https://forum.image.sc/t/microglia-morphometry-fiji-plugin-parameters-cell-size-not-working/95045/4
The text was updated successfully, but these errors were encountered: