Source

class esis.optics.source.Source(name=<factory>, piston=<Quantity 0. mm>, half_width_x=<Quantity 0. deg>, half_width_y=<Quantity 0. deg>)

Bases: kgpy.optics.component.PistonComponent

__init__(name=<factory>, piston=<Quantity 0. mm>, half_width_x=<Quantity 0. deg>, half_width_y=<Quantity 0. deg>)

Initialize self. See help(type(self)) for accurate signature.

Parameters
Return type

None

Attributes

dataframe

rtype

pandas.DataFrame

half_width_x

half_width_y

piston

surface

rtype

kgpy.optics.surface.Surface[None, None, kgpy.optics.surface.aperture.Rectangular, None, None]

transform

rtype

kgpy.transform.rigid.TransformList

Methods

__init__([name, piston, half_width_x, …])

Initialize self.

copy()

rtype

esis.optics.source.Source

Inheritance Diagram

Inheritance diagram of esis.optics.source.Source

copy()
Return type

esis.optics.source.Source

property dataframe
Return type

pandas.DataFrame

half_width_x: astropy.units.Quantity = <Quantity 0. deg>
half_width_y: astropy.units.Quantity = <Quantity 0. deg>
name: kgpy.Name
piston: astropy.units.Quantity = <Quantity 0. mm>
property surface
Return type

kgpy.optics.surface.Surface[None, None, kgpy.optics.surface.aperture.Rectangular, None, None]

property transform
Return type

kgpy.transform.rigid.TransformList