 | PhaseFittingMethod Enumeration |
Phase fitting methods for 1D phase correction only
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic enum PhaseFittingMethod
public enum class PhaseFittingMethod
Members
| Member name | Value | Description |
---|
| Tilt | 0 |
Tilt correction, corresponds to polynomial correction of order one
|
| Polynomial | 1 |
Polynomial correction in x and y directions only
|
| PolynomialCrossTerms | 2 |
Polynomial correction including cross-terms up to selected order
|
See Also