Hi all,
I'd like to tie up multiple images into one OME-TIFF file, such as multiple channel image and multiple time-series image.
In this case, it should be able to handle the meta data correctly.
for instance, for multiple channel image (protein channel and DNA channel for the same cell).
almost every the meta information is the same, except the channel names (and/or the channel settings).
Is there any sample java code to do this?
(especially how to handle the "savebytes" function fro loci.formats.IFormatWriter.)
And I think there are lots of discrepancies between the actual library and the javadoc for loci_tools.jar.
for example, the "setPixelsSizeX" method from "loci.formats.meta.IMetadta", the javadoc says it needs two integer arguments, but in the code I need three arcuments to compile correctly.
I'm currently looking at http://hudson.openmicroscopy.org.uk/job/LOCI/javadoc/.
Am I looking at an old version of javadoc or something?
Thanks in advance.
BK