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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -634,16 +634,16 @@ In the context of multiscales metadata, this could look like this:
634
634
"type": "scale",
635
635
"scale": [2.0, 2.0],
636
636
"input": {"name": "intrinsic"},
637
-
"output": {"name": "pixel"}
637
+
"output": {"name": "array"}
638
638
}
639
639
]
640
640
}
641
641
]
642
642
}
643
643
```
644
644
In this case, the `scale` transformation under `coordinateTransformations`
645
-
defines the mapping from the "intrinsic" coordinate system to the unitless "pixel" coordinate system.
646
-
Another transformation (e.g. in a `scene`) could then use the "pixel" coordinate system as an input or output to define transformations in pixel units.
645
+
defines the mapping from the "intrinsic" coordinate system to the unitless "array" coordinate system.
646
+
Another transformation (e.g. in a `scene`) could then use the "array" coordinate system as an input or output to define transformations in array units.
0 commit comments