Changeset 3173
- Timestamp:
- 09/18/07 12:15:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loci/formats/FileStitcher.java
r3139 r3173 948 948 // get Z, C and T positions 949 949 int[] zct = getZCTCoords(no); 950 zct[1] *= getRGBChannelCount(); 950 951 int[] posZ = FormatTools.rasterToPosition(lenZ[sno], zct[0]); 951 952 int[] posC = FormatTools.rasterToPosition(lenC[sno], zct[1]);
Note: See TracChangeset
for help on using the changeset viewer.