RoughnessRMS

class kgpy.optics.surface.sag.RoughnessRMS(value=<Quantity 0. mm>, periods_min=<Quantity 0. mm>, periods_max=<Quantity 0. mm>)

Bases: Copyable

Parameters
__init__(value=<Quantity 0. mm>, periods_min=<Quantity 0. mm>, periods_max=<Quantity 0. mm>)
Parameters
Return type

None

Attributes

periods_max

periods_min

value

Methods

__init__([value, periods_min, periods_max])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

Inheritance Diagram

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

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

periods_max: astropy.units.Quantity = <Quantity 0. mm>
periods_min: astropy.units.Quantity = <Quantity 0. mm>
value: astropy.units.Quantity = <Quantity 0. mm>