Skip to content

Commit

Permalink
Clarify dimension order comment
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Dec 6, 2022
1 parent f532408 commit f914084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ private void convertPyramid(PyramidSeries s)
StopWatch t0 = new Slf4JStopWatch("getInputTileBytes");
byte[] tileBytes;
try {
// assumes TCZXY order consistent with OME-NGFF spec
// assumes TCZYX order consistent with bioformats2raw
int planeIndex = FormatTools.positionToRaster(
s.dimensionLengths,
new int[] {z, c * rgbChannels + ch, t});
Expand Down

0 comments on commit f914084

Please sign in to comment.