Skip to content

Commit

Permalink
Documentation/typo in dim_order documentation (#556)
Browse files Browse the repository at this point in the history
Typo in axes
  • Loading branch information
alanocallaghan authored Jan 15, 2025
1 parent e5c6287 commit 5f20fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aicsimageio/writers/ome_tiff_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def save(
Note: OmeTiffWriter can only write to local file systems.
dim_order: Optional[Union[str, List[Union[str, None]]]]
The dimension order of the provided data.
Dimensions must be a list of T, C, Z, Y, Z, and S (S=samples for rgb data).
Dimensions must be a list of T, C, Z, Y, X, and S (S=samples for rgb data).
Dimension strings must be same length as number of dimensions in the data.
If S is present it must be last and its data count must be 3 or 4.
Default: None.
Expand Down

0 comments on commit 5f20fbd

Please sign in to comment.