This directory contains examples of how to use various ODL functionality.
- deform How to create and use the operators in the
odl.deformpackage. - diagnostics How to use
SpaceTestandOperatorTestto test operators and spaces. - operator Examples on how to create sub-classes of
Operatorand 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
RayTransformto 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
RayTransformfor various geometries. Also contains examples of the various analytic reconstruction methods (but seesolversfor more examples) and performance examples. - trafos Examples on how to create and call
FourierTransformandWaveletTransform. Seesolversfor examples on how they can be used in inverse problems. - ufunc_ops Examples on how to use functionality like
sinas an operator. - visualization Demonstrates the various visualization functionality included in ODL, including 1d, 2d and slice views, in addition to real-time updates.