Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 5f20fbd

Browse files
Documentation/typo in dim_order documentation (#556)
Typo in axes
1 parent e5c6287 commit 5f20fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aicsimageio/writers/ome_tiff_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def save(
6363
Note: OmeTiffWriter can only write to local file systems.
6464
dim_order: Optional[Union[str, List[Union[str, None]]]]
6565
The dimension order of the provided data.
66-
Dimensions must be a list of T, C, Z, Y, Z, and S (S=samples for rgb data).
66+
Dimensions must be a list of T, C, Z, Y, X, and S (S=samples for rgb data).
6767
Dimension strings must be same length as number of dimensions in the data.
6868
If S is present it must be last and its data count must be 3 or 4.
6969
Default: None.

0 commit comments

Comments
 (0)