SlopeErrorParameters#
- class optika.metrology.SlopeErrorParameters(step_size=<Quantity 0. mm>, kernel_size=<Quantity 0. mm>)[source]#
-
The parameters needed to compute the slope error.
Attributes
The size of the boxcar kernel that is convolved with the wavefront error.
The array shape of this object.
The horizontal distance to use when measuring the slope
Methods
__init__([step_size, kernel_size])to_string([prefix])Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.Inheritance Diagram

- Parameters:
- to_string(prefix=None)#
Public-facing version of the
__repr__method that allows for defining a prefix string, which can be used to calculate how much whitespace to add to the beginning of each line of the result.