CylindricalComponent

class kgpy.optics.component.CylindricalComponent(name=<factory>, plot_kwargs=<factory>, translation=<factory>, translation_error=<factory>, cylindrical_radius=<Quantity 0. mm>, cylindrical_radius_error=<Quantity 0. mm>, cylindrical_azimuth=<Quantity 0. deg>, cylindrical_azimuth_error=<Quantity 0. deg>)

Bases: TranslationComponent[SurfaceT]

__init__(name=<factory>, plot_kwargs=<factory>, translation=<factory>, translation_error=<factory>, cylindrical_radius=<Quantity 0. mm>, cylindrical_radius_error=<Quantity 0. mm>, cylindrical_azimuth=<Quantity 0. deg>, cylindrical_azimuth_error=<Quantity 0. deg>)
Parameters
Return type

None

Attributes

cylindrical_azimuth

cylindrical_azimuth_error

cylindrical_radius

cylindrical_radius_error

dataframe

surface

transform

Methods

__init__([name, plot_kwargs, translation, ...])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

plot(ax[, components, component_z, ...])

rtype

typing.List[matplotlib.lines.Line2D]

Inheritance Diagram

Inheritance diagram of kgpy.optics.component.CylindricalComponent

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

plot(ax, components=('x', 'y'), component_z=None, plot_kwargs=None, transform_extra=None, to_global=False, plot_annotations=True, annotation_text_y=1.05)
Return type

typing.List[matplotlib.lines.Line2D]

Parameters
cylindrical_azimuth: astropy.units.Quantity = <Quantity 0. deg>
cylindrical_azimuth_error: astropy.units.Quantity = <Quantity 0. deg>
cylindrical_radius: astropy.units.Quantity = <Quantity 0. mm>
cylindrical_radius_error: astropy.units.Quantity = <Quantity 0. mm>
property dataframe: DataFrame
name: Name
plot_kwargs: typ.Dict[str, typ.Any]
property surface: SurfaceT
property transform: TransformList
translation: tfrm.rigid.Translate
translation_error: tfrm.rigid.Translate