Skip to content

Commit 9de4ce7

Browse files
committed
Add XYCZ AxisOrder
1 parent 744b1d9 commit 9de4ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/bdv/util/AxisOrder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public enum AxisOrder
2727
XYT ( 3, -1, true, true ), // --> XYT --> XYTZ --> XYZT
2828
XYCT ( 4, 2, true, true ), // --> XYT --> XYTZ --> XYZT
2929
XYTC ( 4, 3, true, true ), // --> XYT --> XYTZ --> XYZT
30+
XYCZ ( 4, 2, false, false ), // --> XYCZ
3031
DEFAULT ( 0, 0, true, true );
3132

3233
final int numDimensions;

0 commit comments

Comments
 (0)