Hello!
Thank you for the wonderful software!
I have a problem with creating a substack of a large file in Fiji. When I do Image->Stacks->Tools->Make Substack and select the time points in the file that I want, I get the error:
java.lang.IllegalArgumentException: Invalid bitDepth: 0
at ij.gui.NewImage.createImage(NewImage.java:345)
at ij.IJ.createImage(IJ.java:2218)
at ij.IJ.createHyperStack(IJ.java:2287)
at ij.plugin.SubHyperstackMaker.makeSubhyperstack(SubHyperstackMaker.java:87)
at ij.plugin.SubHyperstackMaker.makeSubhyperstack(SubHyperstackMaker.java:60)
at ij.plugin.SubHyperstackMaker.run(SubHyperstackMaker.java:50)
at ij.plugin.SubstackMaker.run(SubstackMaker.java:33)
at ij.IJ.runPlugIn(IJ.java:209)
at ij.Executer.runCommand(Executer.java:150)
at ij.Executer.run(Executer.java:68)
at java.lang.Thread.run(Thread.java:748)
The file is a large .lif file.
Thanks for your help!