Skip to content

Commit 59ef8c2

Browse files
committed
chore: re-word role of the coordinate transform in displacements up front
1 parent 87cd9e5 commit 59ef8c2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,15 +952,17 @@ and is invertible.
952952
##### coordinates and displacements
953953
(coordinates-displacements-md)=
954954

955-
`coordinates` and `displacements` transformations store a vector field in an array,
955+
`coordinates` and `displacements` transformations store a vector field of arbitrary sampling density in an array,
956956
defining a mapping from an input coordinate system to an output coordinate system.
957957
The array contains either coordinates (absolute positions)
958958
or displacements (relative shifts) for each point in the input space.
959959

960960
**Array Structure**
961961

962962
The array containing the coordinates or displacements MUST:
963-
- be a regular grid of vectors, where the grid points correspond to points in the input coordinate system
963+
- be a regular grid of vectors.
964+
The vectors are stored in an array, the coordinates of which can be mapped
965+
to the corresponding coordinates in the input coordinate system via a coordinate transformation (see details below).
964966
- have one dimension corresponding to every axis of the input coordinate system
965967
- have one additional dimension to hold components of the vector (either coordinates or displacements)
966968

0 commit comments

Comments
 (0)