Key concepts#
The VAMToolbox is composed of geometries, projectors, optimization, and digital light processing (DLP).
Geometry#
The vamtoolbox.geometry module contains classes to organize flow of data within the toolbox.
TargetGeometryis used to hold the voxelized target. It is passed into the optimization function.ProjectionGeometryholds data about the type of projector used, the projection angles, the inclination angle for laminographic geometries, etc. It is passed into the optimization function.
Voxelization#
Projectors#
vamtoolbox.Projector
Optimization#
vamtoolbox.Optimizer