zospy.analyses.new.wavefront.zernike_standard_coefficients.ZernikeStandardCoefficients#
- class zospy.analyses.new.wavefront.zernike_standard_coefficients.ZernikeStandardCoefficients#
Bases:
AnalysisWrapper[ZernikeStandardCoefficientsResult,ZernikeStandardCoefficientsSettings]- Attributes:
- analysis
config_filePath to the temporary configuration file.
- oss
settingsSettings of the analysis.
text_output_filePath to the temporary text output file.
Methods
__call__(oss, *args, **kwargs)Call self as a function.
get_text_output
parse_output
run
run_analysis
- __init__(sampling: str = '64x64', maximum_term: int = 37, wavelength: str | int = 1, field: str | int = 1, reference_opd_to_vertex: bool = False, surface: str | int = 'Image', sx: float = 0.0, sy: float = 0.0, sr: float = 0.0, settings: ZernikeStandardCoefficientsSettings | None = None)#