File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
10481043Applying the transformation amounts to following the following steps:
104910441. Look up the vector in the array corresponding to the input point's coordinates in the input coordinate system.
You can’t perform that action at this time.
0 commit comments