Unable to read Olympus apl database
Posted: Tue Mar 08, 2016 12:56 pm
Hello,
I am trying to read an Olympus APL database with Bio-Formats (with Fiji 2.0.0-rc-43/1.50g). It is the example database ("LifeScienceDemoSTAR.apl") that was supplied with our intallation of of the cell^p software from Olympus - later I would want to read "our" database.
The Dataset Structure Table says that I have to open "One .apl file, one .mtb file, one .tnb file, and a directory containing one or more .tif files" and here I encounter my first problem: How do I open multiple files with Bio-Formats? So far I have tried to open them piecewise via the Bio-Formats plugin and via drag and drop of all files onto the Bio-Formats shortcut window. This always leads me to the Bio-Formats Import Options and then, whatever I use as options will result in an exception like the one below. What am I missing? Any info would be welcome!
Thanks a lot,
Klaus
I am trying to read an Olympus APL database with Bio-Formats (with Fiji 2.0.0-rc-43/1.50g). It is the example database ("LifeScienceDemoSTAR.apl") that was supplied with our intallation of of the cell^p software from Olympus - later I would want to read "our" database.
The Dataset Structure Table says that I have to open "One .apl file, one .mtb file, one .tnb file, and a directory containing one or more .tif files" and here I encounter my first problem: How do I open multiple files with Bio-Formats? So far I have tried to open them piecewise via the Bio-Formats plugin and via drag and drop of all files onto the Bio-Formats shortcut window. This always leads me to the Bio-Formats Import Options and then, whatever I use as options will result in an exception like the one below. What am I missing? Any info would be welcome!
Thanks a lot,
Klaus
(Fiji Is Just) ImageJ 2.0.0-rc-43/1.50g; Java 1.6.0_24 [32-bit]; Windows 7 6.1; 20MB of 1148MB (1%)
java.lang.IllegalArgumentException: Invalid series: 0
at loci.formats.FormatReader.seriesToCoreIndex(FormatReader.java:1284)
at loci.formats.FormatReader.setSeries(FormatReader.java:970)
at loci.formats.MetadataTools.populatePixels(MetadataTools.java:196)
at loci.formats.MetadataTools.populatePixels(MetadataTools.java:101)
at loci.formats.in.APLReader.initFile(APLReader.java:428)
at loci.formats.FormatReader.setId(FormatReader.java:1426)
at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:505)
at loci.plugins.in.ImportProcess.execute(ImportProcess.java:143)
at loci.plugins.in.Importer.showDialogs(Importer.java:140)
at loci.plugins.in.Importer.run(Importer.java:76)
at loci.plugins.LociImporter.run(LociImporter.java:78)
at ij.IJ.runUserPlugIn(IJ.java:212)
at ij.IJ.runPlugIn(IJ.java:176)
at ij.Executer.runCommand(Executer.java:137)
at ij.Executer.run(Executer.java:66)
at java.lang.Thread.run(Thread.java:662)