Hi,
I'm trying to load Aperio SVS images into Octave. It's worked fine in the past using Matlab, but for deployment reasons I need to use Octave this time.
The initial problem is lack of inputParser in Octave, but that's fairly easy to get around by reducing the flexibility of the argument parsing in a couple of places. But then I hit problems with it failing to find 'loci' where the code tries to call version = char(loci.formats.FormatTools.VERSION); (but the latest version of Bio-formats isn't meant to require loci_tools.jar, not that downloading them makes any difference).
Comment that out, I hit problems with loci.common.DebugTools.enableLogging('INFO'). Again, commenting this out, I then hit:
error: 'java' undefined near line 36 column 11
error: called from:
error: C:\Temp\INSERM\bfmatlab\bfCheckJavaMemory.m at
error: C:\Temp\INSERM\bfmatlab\bfGetReader.m at line 5
error: C:\Temp\INSERM\bfmatlab\bfopen.m at line 114, c
which is runtime = java.lang.Runtime.getRuntime();
Java is definitely installed, so not sure where to go from here, any suggestions gratefully received.
Thanks
Phil