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
I've been trying to run a MATLAB script that uses bioformats to convert ets/vsi images taken by Olympus vs200 to tiff & png files.
I'm getting this error when trying to read the vsi:
bfr = BioformatsImage('_00.vsi')
log4j:WARN No appenders could be found for logger (loci.formats.ClassList).
log4j:WARN Please initialize the log4j system properly.
Error using bfGetReader (line 85)
Java exception occurred:
java.lang.IndexOutOfBoundsException: Index: 6, Size: 6
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at loci.formats.in.CellSensReader.parseETSFile(CellSensReader.java:1198)
at loci.formats.in.CellSensReader.initFile(CellSensReader.java:734)
at loci.formats.FormatReader.setId(FormatReader.java:1421)
at loci.formats.ImageReader.setId(ImageReader.java:849)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.formats.ChannelFiller.setId(ChannelFiller.java:223)
at loci.formats.ReaderWrapper.setId(ReaderWrapper.java:650)
at loci.formats.ChannelSeparator.setId(ChannelSeparator.java:293)
Error in BioformatsImage/getReader (line 711)
obj.bfReader = bfGetReader(obj.filename);
Error in BioformatsImage/set.filename (line 175)
obj = obj.getReader;
Error in BioformatsImage (line 130)
obj.filename = varargin{1};
Could you please help with this? I've looked at issue #4117 but couldn't understand the solution.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello
I've been trying to run a MATLAB script that uses bioformats to convert ets/vsi images taken by Olympus vs200 to tiff & png files.
I'm getting this error when trying to read the vsi:
Error in BioformatsImage/getReader (line 711)
obj.bfReader = bfGetReader(obj.filename);
Error in BioformatsImage/set.filename (line 175)
obj = obj.getReader;
Error in BioformatsImage (line 130)
obj.filename = varargin{1};
Could you please help with this? I've looked at issue #4117 but couldn't understand the solution.
Thanks!
The text was updated successfully, but these errors were encountered: