VerticalComa#
- class deeptrack.aberrations.VerticalComa(*args: tuple[Any, ...], coefficient: PropertyLike[float | list[float]] = 1, **kwargs: dict[str, Any])#
Bases:
ZernikeZernike polynomial with n=3, m=-1.
This class represents the Zernike polynomial for vertical coma aberration, characterized by a radial index of n=3 and an azimuthal index of m=-1.
Parameters#
- coefficient: PropertyLike[float or list of floats], optional
The coefficient of the polynomial. Default is 1.