Skip to content

Commit 4e83a40

Browse files
committed
spec: ONLY axes of type array in arraycoordinate systems
1 parent ebcd639 commit 4e83a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ The `axes` MUST contain either of:
13081308
- 2 or 3 entries of `type:space`
13091309
and MAY contain one additional entry of `type:time`
13101310
and MAY contain one additional entry of `type:channel` or a null / custom type.
1311-
- 2 or more entries of type `array` (see [array coordinate systems](#array-coordinate-systems-md)).
1311+
- only entries of type `array` (see [array coordinate systems](#array-coordinate-systems-md)).
13121312
In addition, the entries MUST be ordered by `type` where the `time` axis must come first (if present),
13131313
followed by the `channel` or custom axis (if present) and the axes of type `space`.
13141314
If there are three spatial axes where two correspond to the image plane (`yx`)

0 commit comments

Comments
 (0)