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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1095,9 +1095,9 @@ The `c` axis holds the corresponding output coordinates.
1095
1095
If the array in `coordinates` contains the data:
1096
1096
```
1097
1097
[
1098
-
[-9], // Output coordinate for i=0
1099
-
[9], // Output coordinate for i=1
1100
-
[0] // Output coordinate for i=2
1098
+
[-9], // Output coordinate for index=0, i=0
1099
+
[9], // Output coordinate for index=1, i=1
1100
+
[0] // Output coordinate for index=2, i=2
1101
1101
]
1102
1102
```
1103
1103
@@ -1126,7 +1126,7 @@ A 1D example displacement field:
1126
1126
```
1127
1127
1128
1128
where we assume input coordinate systems `input` and `output` are defined elsewhere.
1129
-
We furthermore assume that the input coordinate system `input` has one axis named `i` that is discrete and corresponds to pixel positions along the i-axis,
1129
+
We furthermore assume that the input coordinate system `input` has one axis named `i`,
1130
1130
and that the output coordinate system `output` has one axis named `x` that is continuous and corresponds to physical positions along the x-axis.
1131
1131
Example metadata under the attributes of the zarr array at path `displacements` above:
1132
1132
@@ -1160,9 +1160,9 @@ If the array in `displacements` contains the data:
0 commit comments