We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744b1d9 commit 9de4ce7Copy full SHA for 9de4ce7
src/main/java/bdv/util/AxisOrder.java
@@ -27,6 +27,7 @@ public enum AxisOrder
27
XYT ( 3, -1, true, true ), // --> XYT --> XYTZ --> XYZT
28
XYCT ( 4, 2, true, true ), // --> XYT --> XYTZ --> XYZT
29
XYTC ( 4, 3, true, true ), // --> XYT --> XYTZ --> XYZT
30
+ XYCZ ( 4, 2, false, false ), // --> XYCZ
31
DEFAULT ( 0, 0, true, true );
32
33
final int numDimensions;
0 commit comments