Hi,
I have a moltitude of files wirtten in the LSM format. I'd like to use the Bioformat library to extract all the metadata information about those files, but I can't seem to find a properway to distinguish between different tiles (that is, images combaining to form a single, bigger image plane) and positions, that is, what the ZEN software display as different position when visualizing data:
By looking at the xml containing the metadata in the OME format it seems the both tiles and positions are simply stored as different Images, each one in turn containing one or more planes, where information about X and Y position, as well as info about Channel, Time and Z are stored.
Neither looking at the documentation nor manually reading the xml data was I able to find a way to distinguish tiles and position. Is there a standard way to do that?
Just as an example, I uploaded two sample files: the first one, 5Z10T2Pos.lsm, contains 2 positions and each of them contains a timeseries of 10 images as well as 5 slices in Z. The second files, U4_20150217_TileStack_5x_Overview.lsm, is a stack of 21 images composed by 2x2 tiles.
Many thanks in advance for any feedback :-)