SlopeErrorRMS

class kgpy.optics.surface.sag.SlopeErrorRMS(value=<Quantity 0. urad>, length_integration=<Quantity 0. mm>, length_sample=<Quantity 0. mm>)

Bases: Copyable

Parameters
__init__(value=<Quantity 0. urad>, length_integration=<Quantity 0. mm>, length_sample=<Quantity 0. mm>)
Parameters
Return type

None

Attributes

length_integration

length_sample

value

Methods

__init__([value, length_integration, ...])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

Inheritance Diagram

Inheritance diagram of kgpy.optics.surface.sag.SlopeErrorRMS

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

length_integration: astropy.units.Quantity = <Quantity 0. mm>
length_sample: astropy.units.Quantity = <Quantity 0. mm>
value: astropy.units.Quantity = <Quantity 0. urad>