Instrument

class kgpy.optics.instruments.Instrument(pointing=<property object>, system=<property object>)

Bases: AbstractInstrument[PointingT, SystemT]

Parameters:
  • pointing (PointingT) –

  • system (SystemT) –

__init__(pointing=<property object>, system=<property object>)
Parameters:
  • pointing (PointingT) –

  • system (SystemT) –

Return type:

None

Attributes

pointing

system

Methods

__init__([pointing, system])

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 inheritanceb1561a20c4 { 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)"]; "kgpy.optics.instruments.Instrument" [URL="kgpy.optics.instruments.Instrument.html#kgpy.optics.instruments.Instrument",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="Instrument(pointing: ~PointingT = <property object at 0x7feb9bd4cd10>, system: ~SystemT = <property object at 0x7feb9bd4cdb0>)"]; "kgpy.optics.instruments.AbstractInstrument" -> "kgpy.optics.instruments.Instrument" [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