radontea
  • Introduction
  • Code reference
  • Examples
  • Changelog
radontea
  • Documentation
  • Edit on GitHub

Radontea is a Python library for computerized tomographic image reconstruction. Radontea implements several iterative and non-iterative reconstruction algorithms. This is the documentaion of radontea version 0.5.2.

Documentation

  • Introduction
    • Recommended literature
    • Obtaining radontea
    • Citing radontea
  • Code reference
    • Parallel beam geometry
      • Radon transform
        • radon_parallel()
      • Non-iterative reconstruction
        • Backprojection
        • Fourier mapping
        • Slow integration
      • Iterative reconstruction
        • ART
        • SART
    • Fan beam geometry
      • Coordinate transforms
        • get_det_coords()
        • get_fan_coords()
        • radon_fan()
        • lino2sino()
      • Reconstruction
        • fan_rec()
    • Volumetric reconstruction
      • Convenience functions
        • backproject_3d()
        • fourier_map_3d()
      • General 3D reconstruction
        • volume_recon()
  • Examples
    • Comparison of parallel-beam reconstruction methods
    • Volumetric data reconstruction benchmark
    • Progress monitoring with progression
  • Changelog

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2017, Paul Müller.

Built with Sphinx using a theme provided by Read the Docs.