File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
956956defining a mapping from an input coordinate system to an output coordinate system.
957957The array contains either coordinates (absolute positions)
958958or displacements (relative shifts) for each point in the input space.
959959
960960** Array Structure**
961961
962962The 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
You can’t perform that action at this time.
0 commit comments