Skip to content
Commit 4e41d2da authored by Wei Chen's avatar Wei Chen
Browse files

support czi zstack and time points



Caller needs to calculate the correct index for osr->levels array as:

Let z, t, c be the z-stack index, time point index and channel index,
respectively. And let

Nz: total number of z-stacks
Nt: total number of time points
Nc: total number of channels
Nl: total number of levels

index = z * Nt * Nc * Nl +
             t * Nc * Nl +
                  c * Nl +
          level_in_channel

Signed-off-by: default avatarWei Chen <chenw1@uthscsa.edu>
parent 23eb895b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment