inverters#

Inversion algorithms which can reconstruct scenes from observed images.

Classes

AbstractInverter()

An interface describing an algorithm which can invert CTIS observations to yield a reconstruction of the observed scene.

AbstractIterativeInverter(*[, ...])

An abstract inversion algorithm which reconstructs an observed scene using iterative methods.

MartInverter(instrument[, gamma, ...])

An inversion routine based on the multiplicative algebraic reconstruction technique (MART) Gordon et al. [1970].

AbstractInversionResult()

An interface describing the results of an inversion attempt.

InversionResult(solution, success, images, ...)

The results of an inversion attempt.

IterativeInversionResult(solutions, success, ...)

The results of an iterative inversion attempt.

Modules

merit

Functions used to evaluate the quality of CTIS inversions.