Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc authored Nov 29, 2023
1 parent bf0e18b commit 29361f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# RadonKA
A simple but still decently fast radon and iradon transform based on KernelAbstractions.jl
A simple but still decently fast Radon and IRadon transform based on KernelAbstractions.jl

[![Build Status](https://github.com/roflmaostc/RadonKA.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/roflmaostc/RadonKA.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/roflmaostc/RadonKA.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/roflmaostc/RadonKA.jl)



# Quick Overview
* provides `radon` and `iradon`
* For 3D arrays (2D arrays are special case of 3D).
* provides parallel `radon` and `iradon`
* provides 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`
* Can be applied to Computed Tomography (CT) like problems


# Installation
Expand Down

0 comments on commit 29361f7

Please sign in to comment.