Skip to content

Commit 9988855

Browse files
committed
doc: update note
1 parent ac6ae73 commit 9988855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ome_zarr_models/_v06/multiscales.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def intrinsic_coordinate_system(self) -> CoordinateSystem:
8585
8686
Notes
8787
-----
88-
This is the last entry in the `coordinateSystems` attribute.
88+
The intrinsic coordinate system is the coordinate system
89+
that is referenced as output by the coordinate transformations in the `datasets` attribute.
8990
"""
9091
output_cs = self.datasets[0].coordinateTransformations[0].output
9192
return next(

0 commit comments

Comments
 (0)