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