HolyLab / BlockRegistrationScheduler.jl

Multi-core image registration scheduler
1 stars 0 forks source link

getindex_t now recognizes AxisArray in ImageMeta. #32

Closed mdhe1248 closed 7 years ago

mdhe1248 commented 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.

timholy commented 7 years ago

https://github.com/JuliaImages/ImageAxes.jl/pull/17 is merged and tagged, so this is safe now. Thanks Jerry!