AbstractInstrument

class kgpy.ctis.instruments.AbstractInstrument

Bases: ABC

Interface describing the forward model of a CT imaging spectrograph.

__init__()
Return type:

None

Methods

__init__()

deproject(image)

rtype:

kgpy.solar.SpectralRadiance

Inheritance Diagram

digraph inheritancef0950489c9 { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "abc.ABC" [URL="https://docs.python.org/3/library/abc.html#abc.ABC",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Helper class that provides a standard way to create an ABC using"]; "kgpy.ctis.instruments.AbstractInstrument" [URL="kgpy.ctis.instruments.AbstractInstrument.html#kgpy.ctis.instruments.AbstractInstrument",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Interface describing the forward model of a CT imaging spectrograph."]; "abc.ABC" -> "kgpy.ctis.instruments.AbstractInstrument" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
abstract deproject(image)
Return type:

kgpy.solar.SpectralRadiance

Parameters: