Closed mdhe1248 closed 7 years ago
getindex_t now recognizes AxisArray in ImageMeta. Be aware. If an image is a plain array (not AxisArray, (e.g, Array{Float64, 3}), it will throw an error. This is because timeaxis function does not accept Array.
getindex_t
timeaxis
https://github.com/JuliaImages/ImageAxes.jl/pull/17 is merged and tagged, so this is safe now. Thanks Jerry!
getindex_t
now recognizes AxisArray in ImageMeta. Be aware. If an image is a plain array (not AxisArray, (e.g, Array{Float64, 3}), it will throw an error. This is becausetimeaxis
function does not accept Array.