Skip to content
Snippets Groups Projects
Commit e78a7e61 authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

docs(aliby): correct standard image array indexing order

parent 553e5f5f
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ One key method is Tiler.run. ...@@ -15,7 +15,7 @@ One key method is Tiler.run.
The image-processing is performed by traps/segment_traps. The image-processing is performed by traps/segment_traps.
The experiment is stored as an array with a standard indexing order of (Time, Channels, Z-stack, Y, X). The experiment is stored as an array with a standard indexing order of (Time, Channels, Z-stack, X, Y).
""" """
import re import re
import typing as t import typing as t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment