Skip to content

Commit 88f05ef

Browse files
committed
chore: remove duplicated information
chore: remove redundant text
1 parent a94423a commit 88f05ef

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -964,9 +964,7 @@ The array containing the coordinates or displacements MUST:
964964
- have one dimension corresponding to every axis of the input coordinate system
965965
- have one additional dimension to hold components of the vector (either coordinates or displacements)
966966

967-
The last axis of the array (the vector dimension) MUST have a length equal to the number of dimensions in the output coordinate system.
968-
Metadata for these coordinate transforms have the following fields:
969-
967+
Metadata for these coordinate transforms have the following fields:
970968

971969
**path**
972970
: The location of the coordinate array in this (or another) container.
@@ -1041,9 +1039,6 @@ The array at `path` MUST satisfy:
10411039
the number of axes in the input (and output) coordinate system. `displacements` require `M=N`.
10421040
- **Vector component mapping**: The `i`th value of the array along the `coordinate` or `displacement` axis refers to the `i`th output axis.
10431041

1044-
For a `displacements` transform, the output coordinate system MUST have the same number of axes (`M`) as the input coordinate system (`N`).
1045-
For a `coordinates` transform, the output coordinate system can have a different number of axes (`M`) than the input coordinate system (`N`).
1046-
10471042
```{hint}
10481043
Applying the transformation amounts to following the following steps:
10491044
1. Look up the vector in the array corresponding to the input point's coordinates in the input coordinate system.

0 commit comments

Comments
 (0)