Hi,
I'm trying to set up a microscope to save my multidimensional files (several fluorescence channels, z-stack, time) in the OME-Tiff format. Controlling the microscope with Matlab, I would like to be able to save file in OME-Tiff format directly from there. I successfully adapted available matlab code, but I'm stuck with the following problem: how can I write the OME-Tiff files piece by piece ? My goal is to scan a grid over time, and I would like to have one OME-Tiff for each xy stage position containing all colors, time points and z-stacks. To avoid running into memory problems, I intend to write each xy OME-Tiff file piece by piece each time I scan that specific xy position. I'm a beginner with the OME format, and so I guess there's a simple solution to that problem.
Thanks for your help,
Guillaume