diff --git a/README.md b/README.md index 6c2065a..d79d135 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ A simple but still decently fast Radon and IRadon transform based on [KernelAbst # Quick Overview -* For 2D and 3D arrays -* parallel `radon` and `iradon` -* parallel exponential `radon` and `iradon` -* It is restricted to the incircle of radius `N ÷ 2 - 1` if the array has size `(N, N, N_z)` -* based on [KernelAbstractions.jl](https://github.com/JuliaGPU/KernelAbstractions.jl) -* tested on `CPU()` and `CUDABackend` +* [x] For 2D and 3D arrays +* [x] parallel `radon` and `iradon` +* [ ] parallel exponential `radon` and `iradon` +* [x] It is restricted to the incircle of radius `N ÷ 2 - 1` if the array has size `(N, N, N_z)` +* [x] based on [KernelAbstractions.jl](https://github.com/JuliaGPU/KernelAbstractions.jl) +* [x] tested on `CPU()` and `CUDABackend` # Installation Requires Julia 1.9