Sequential Coaxial System¶
Optical system model¶
|
A class of sequential and ray-tracing-based optical system model. |
Point spread function models¶
There are various different ways to compute PSF of a CoaxialRayTracing
model,
each of which is represented as a subclass of CrtPsfModel
.
They implements the CrtPsfModel.psf()
method to compute PSF of a given point.
|
|
|
|
|
|
|
|
|
|
|
Determining PSF center¶
A class to define the way to determine PSF center. |
|
PSFs are centered around ideal image points thus realistic distortion is simulated. |
|
|
PSFs are centered around the given coordinates in lens' coordinate system. |
|
PSFs are centered around the intersections of corresponding chief rays and image plane. |
|
PSFs are centered around their "center of mass". |
|
Similar to |
Visualization¶
|
A data class describing visualization configuration for |
|
A data class encapsulating the information about a spot diagram of |