ZernikeCoefficientΒΆ
Type: | section |
---|---|
Appearance: | multiple |
This section is used to define an expansion coefficient either for the phase aberration function , the apodization damping exponent or for the Jones pupil function . See parent section OpticalSystem for their definitions. For example
ZernikeCoefficient {
IndexAngle = 3
IndexRadial = 2
Side = Image
Phase = 0.1
}
contributes to the image-sided phase aberration as
whereas
ZernikeCoefficient {
IndexAngle = 3
IndexRadial = 2
Side = Image
JonesMatrix = [0.1 0.001
0001 0.11]
}
contributes to the image-sided Jones pupil function in a similar way. are the Zernike polynomials as defined in the appendix Zernike Polynomials. Multiple definitions are summed up and are added to the definitions in PhaseExpansion or JonesExpansion.