Problem getting number of zslices and timepoints
Posted: Tue Apr 30, 2013 6:48 pm
I have a multi-tiff that contains a 466x637x30 image
that is i have a 3D image with 30 zslices.
when i use bioformats+matlab to read the file i find that
am i doing something wrong? loading the image incorrectly? i am using the file
that is i have a 3D image with 30 zslices.
when i use bioformats+matlab to read the file i find that
- Code: Select all
K>> width = r.getSizeX()
width =
637
K>> height = r.getSizeY()
height =
466
K>> zslices = r.getSizeZ()
zslices =
1
K>> timepoints = r.getSizeT()
timepoints =
30
am i doing something wrong? loading the image incorrectly? i am using the file
- Code: Select all
bfopen.m