RadonKA

A simple but still decently fast Radon and IRadon transform based on KernelAbstractions.jl.

Build Status Coverage Documentation for stable version Documentation for development version

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
  • tested on CPU() and CUDABackend

Installation

Requires Julia 1.9

julia> ]add https://github.com/roflmaostc/RadonKA.jl

Development

File an issue on GitHub if you encounter any problems.