AbstractInstrument

class kgpy.optics.instruments.AbstractInstrument

Bases: ABC, Generic[PointingT, SystemT]

__init__()
Return type:

None

Attributes

pointing

system

Methods

__init__()

inverse(image)

rtype:

kgpy.function.Array[kgpy.optics.vectors.TemporalSpectralFieldVector, typing.Union[int, float, numpy.ndarray, astropy.units.quantity.Quantity, kgpy.labeled.AbstractArray, kgpy.uncertainty.AbstractArray]]

Inheritance Diagram

digraph inheritance6e2848dfc1 { 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.optics.instruments.AbstractInstrument" [URL="kgpy.optics.instruments.AbstractInstrument.html#kgpy.optics.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="AbstractInstrument()"]; "abc.ABC" -> "kgpy.optics.instruments.AbstractInstrument" [arrowsize=0.5,style="setlinewidth(0.5)"]; "typing.Generic" -> "kgpy.optics.instruments.AbstractInstrument" [arrowsize=0.5,style="setlinewidth(0.5)"]; "typing.Generic" [URL="https://docs.python.org/3/library/typing.html#typing.Generic",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="Abstract base class for generic types."]; }
inverse(image)
Return type:

kgpy.function.Array[kgpy.optics.vectors.TemporalSpectralFieldVector, typing.Union[int, float, numpy.ndarray, astropy.units.quantity.Quantity, kgpy.labeled.AbstractArray, kgpy.uncertainty.AbstractArray]]

Parameters:
abstract property pointing: PointingT
abstract property system: SystemT