From cd062bb2f67a089b27188117a3d35113224c2dec Mon Sep 17 00:00:00 2001 From: "Felix Wechsler (he/him)" Date: Sun, 3 Dec 2023 17:10:28 +0100 Subject: [PATCH] Update README.md [skip ci] --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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