Skip to content

Commit

Permalink
Merge branch 'main' of github.com:roflmaostc/RadonKA.jl into main
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Dec 3, 2023
2 parents 2a531df + cd062bb commit 78086d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78086d4

Please sign in to comment.