SystemInstrument

class kgpy.ctis.instruments.SystemInstrument(system=None)

Bases: AbstractSystemInstrument

Parameters:

system (AbstractSystem) –

__init__(system=None)
Parameters:

system (AbstractSystem | None) –

Return type:

None

Attributes

system

Methods

__init__([system])

deproject(image)

rtype:

kgpy.solar.SpectralRadiance

Inheritance Diagram

digraph inheritancec658eb7eab { 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)"]; "kgpy.ctis.instruments.AbstractSystemInstrument" [URL="kgpy.ctis.instruments.AbstractSystemInstrument.html#kgpy.ctis.instruments.AbstractSystemInstrument",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="AbstractSystemInstrument()"]; "kgpy.ctis.instruments.AbstractInstrument" -> "kgpy.ctis.instruments.AbstractSystemInstrument" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.ctis.instruments.SystemInstrument" [URL="kgpy.ctis.instruments.SystemInstrument.html#kgpy.ctis.instruments.SystemInstrument",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="SystemInstrument(system: 'kgpy.optics.systems.AbstractSystem' = None)"]; "kgpy.ctis.instruments.AbstractSystemInstrument" -> "kgpy.ctis.instruments.SystemInstrument" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
deproject(image)
Return type:

kgpy.solar.SpectralRadiance

Parameters:
system: kgpy.optics.systems.AbstractSystem = None