You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ The following transformations are supported:
460
460
|[`displacements`](#coordinates-displacements-md)|`"path":str`| Displacement field transformation located at `path`. |
461
461
|[`coordinates`](#coordinates-displacements-md)|`"path":str`| Coordinate field transformation located at `path`. |
462
462
|[`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 list must have<br>`"input_axes": List[str]`, <br> and `"output_axes": List[str]`| A high dimensional transformation using lower dimensional transformations on subsets of dimensions. |
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. |
464
464
465
465
Implementations SHOULD prefer to store transformations as a sequence of less expressive transformations where possible
466
466
(e.g., sequence[translation, rotation], instead of affine transformation with translation/rotation).
0 commit comments