-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
questionQuestions that might worth living in the FAQ pageQuestions that might worth living in the FAQ page
Description
Really enjoying the API of this package.
A bit confused by https://juliaimages.org/latest/pkgs/axes/#Names-and-locations. By convention, x is horizontal and y is vertical. But this does not seem to be the case:
A = rand(10,20,5);
axisA = AxisArray(A, (:x, :y, :z), (1μm, 2μm, 3μm))
Gray.(axisA[:,:,1])
# a horizontal rectangle appears
Perhaps documentation should use (:y, :x, :z)
?
Metadata
Metadata
Assignees
Labels
questionQuestions that might worth living in the FAQ pageQuestions that might worth living in the FAQ page