Dear Melissa,
Unfortunately, updating the Loci plugins manually has yielded old problems anew.
The Loci IDS/ICS exporter no longer works and is stuck after clicking the "save" button.
Best
Oli
** EDIT
Actually the error is also in the distribution from Fiji Update
The stack is 4ch 16z and 1t, and is a normal imageJ hyperstack (Also tried with the Mitosis3d sample dataset).
- Code: Select all
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at ij.Command.runPlugIn(Command.java:148)
at ij.Command.runCommand(Command.java:97)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalArgumentException: Invalid Z size: 0
at loci.formats.FormatTools.getZCTCoords(FormatTools.java:403)
at loci.plugins.out.Exporter.run(Exporter.java:545)
at loci.plugins.LociExporter.run(LociExporter.java:77)
at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:262)
at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:111)
at ij.IJ.runUserPlugIn(IJ.java:187)
at ij.IJ.runPlugIn(IJ.java:152)
... 8 more