Hello,
I'm trying to save an OME-TIFF file composed of regular tiff files using Bio-Formats in MATLAB. This works fine on a Mac, but on Windows 7, when I download the latest loci_tools.jar, add it to the MATLAB static java path, and try running bfsave, I get the following error:
Argument 'dimensionOrder' failed validation with error:
Unsupported ARRAYFUN input type: ome.xml.model.enums.DimensionOrder[]
Error in ==> ZstackProcess_BF at 76
bfsave(out_im,im_file,meta_txt,'XYZCT');