AbstractInversionResult#
- class ctis.inverters.AbstractInversionResult[source]#
Bases:
ABCAn interface describing the results of an inversion attempt.
Attributes
The observed images used to calculate the inversion.
The inversion algorithm instance that produced these results.
Any message from the inverter regarding these results.
The reconstructed scene found by the inversion.
Whether the inversion was successful.
Methods
__init__()plot_moments(truth[, num_bins, ...])Inheritance Diagram

- abstract property images: FunctionArray[AbstractDopplerPositionalVectorArray, ScalarArray]#
The observed images used to calculate the inversion.
- abstract property inverter: AbstractInverter#
The inversion algorithm instance that produced these results.
- abstract property solution: FunctionArray[AbstractDopplerPositionalVectorArray, ScalarArray]#
The reconstructed scene found by the inversion.