Skip to content

Commit aa9dd20

Browse files
Update index.md
Co-authored-by: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com>
1 parent 53282bf commit aa9dd20

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
@@ -460,7 +460,7 @@ The following transformations are supported:
460460
| [`displacements`](#coordinates-displacements-md) | `"path":str` | Displacement field transformation located at `path`. |
461461
| [`coordinates`](#coordinates-displacements-md) | `"path":str` | Coordinate field transformation located at `path`. |
462462
| [`bijection`](#bijection-md) | `"forward":Transformation`<br>`"inverse":Transformation` | An invertible transformation providing an explicit forward transformation and its inverse. |
463-
| [`byDimension`](#bydimension-md) | `"transformations":List[Transformation]`.<br>Tranformations in the array must have<br>`"input_axes": List[number]`, <br> and `"output_axes": List[number]` | A high dimensional transformation using lower dimensional transformations on subsets of dimensions. |
463+
| [`byDimension`](#bydimension-md) | `"transformations":List[Transformation]`.<br>Transformations in the array MUST have<br>`"input_axes": List[number]`, <br> and `"output_axes": List[number]` | A high dimensional transformation using lower dimensional transformations on subsets of dimensions. |
464464

465465
Implementations SHOULD prefer to store transformations as a sequence of less expressive transformations where possible
466466
(e.g., sequence[translation, rotation], instead of affine transformation with translation/rotation).

0 commit comments

Comments
 (0)