We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6ae73 commit 9988855Copy full SHA for 9988855
src/ome_zarr_models/_v06/multiscales.py
@@ -85,7 +85,8 @@ def intrinsic_coordinate_system(self) -> CoordinateSystem:
85
86
Notes
87
-----
88
- This is the last entry in the `coordinateSystems` attribute.
+ The intrinsic coordinate system is the coordinate system
89
+ that is referenced as output by the coordinate transformations in the `datasets` attribute.
90
"""
91
output_cs = self.datasets[0].coordinateTransformations[0].output
92
return next(
0 commit comments