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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1475,6 +1475,12 @@ is the coordinate system that is referenced by all multiscale coordinate transfo
1475
1475
* A single scale or identity transformation
1476
1476
* A sequence transformation containing one scale and one translation transformation.
1477
1477
1478
+
```{note}
1479
+
These transformations are expected to consistently align the datasets across all scales in the intrinsic coordinate system.
1480
+
For the most common downsampling methods such as classical binning,
1481
+
translations should be (pixel-size-at-resolution-N - pixel-size-at-resolution-0) / 2 for correct multi-scale alignment.
1482
+
```
1483
+
1478
1484
In these cases, the scale transformation specifies the pixel size in physical units or time duration.
1479
1485
If scaling information is not available or applicable for one of the axes,
1480
1486
the value MUST express the scaling factor between the current resolution
@@ -1979,6 +1985,20 @@ A transformation from instrument3 to instrument1 can be obtained
1979
1985
by composing the two transformations above.
1980
1986
:::
1981
1987
1988
+
```{hint} Which coordinate system to display?
1989
+
When reading [`scene`](#scene-md) metadata,
1990
+
some applications may want to choose a coordinate system as a default reference,
1991
+
e.g. for immediate display.
1992
+
If they do so, it is RECOMMENDED that the scene's first entry under the `coordinateSystems` field is used as the default, if present.
1993
+
Likewise, when writing scene metadata, if there is a coordinate system that acts as a common reference for other coordinate systems within the scene or its child multiscales, it is RECOMMENDED that this coordinate system be stored as the first coordinateSystems entry in the scene.
1994
+
1995
+
If no coordinate system is defined therein, but only in the respective linked multiscale groups,
1996
+
viewers may want to expose a choice for the user to select a coordinate system for display when opening the dataset for the first time.
0 commit comments