AbstractInverter#

class ctis.inverters.AbstractInverter[source]#

Bases: ABC

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

Attributes

instrument

A model of a CTIS instrument which transforms the radiance of an observed scene to photons measured by the sensors.

Methods

__init__()

Inheritance Diagram

Inheritance diagram of ctis.inverters.AbstractInverter
abstract property instrument: AbstractInstrument#

A model of a CTIS instrument which transforms the radiance of an observed scene to photons measured by the sensors.