Skip to content

Files

This branch is 86 commits behind odlgroup/odl:master.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 21, 2020
Feb 13, 2018
Sep 1, 2018
May 31, 2019
Mar 31, 2020
Jun 12, 2019
Feb 19, 2019
Feb 19, 2019
Mar 31, 2020
Mar 8, 2016
Sep 23, 2017

Examples

This directory contains examples of how to use various ODL functionality.

Content

  • deform How to create and use the operators in the odl.deform package.
  • diagnostics How to use SpaceTest and OperatorTest to test operators and spaces.
  • operator Examples on how to create sub-classes of Operator and call these.
  • solvers How to use the various solvers included in the ODL package. This folder contains some of the more complete examples of ODL functionality, all the way from creating e.g. a RayTransform to using it to solve an inverse problem.
  • space Demonstrations of general functionality of spaces and how to create a new space.
  • tomo Specific examples on how to create and call RayTransform for various geometries. Also contains examples of the various analytic reconstruction methods (but see solvers for more examples) and performance examples.
  • trafos Examples on how to create and call FourierTransform and WaveletTransform. See solvers for examples on how they can be used in inverse problems.
  • ufunc_ops Examples on how to use functionality like sin as an operator.
  • visualization Demonstrates the various visualization functionality included in ODL, including 1d, 2d and slice views, in addition to real-time updates.