SlopeErrorRMS

class kgpy.optics.sags.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

digraph inheritance207e7a2935 { 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.mixin.Copyable" [URL="kgpy.mixin.Copyable.html#kgpy.mixin.Copyable",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"]; "abc.ABC" -> "kgpy.mixin.Copyable" [arrowsize=0.5,style="setlinewidth(0.5)"]; "kgpy.optics.sags.SlopeErrorRMS" [URL="kgpy.optics.sags.SlopeErrorRMS.html#kgpy.optics.sags.SlopeErrorRMS",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="SlopeErrorRMS(value: astropy.units.quantity.Quantity = <Quantity 0. urad>, length_integration: astropy.units.quantity.Quantity = <Quantity 0. mm>, length_sample: astropy.units.quantity.Quantity = <Quantity 0. mm>)"]; "kgpy.mixin.Copyable" -> "kgpy.optics.sags.SlopeErrorRMS" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
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 = <Quantity 0. mm>
length_sample: astropy.units.quantity.Quantity = <Quantity 0. mm>
value: astropy.units.quantity.Quantity = <Quantity 0. urad>