zospy.analyses.old#
Old-style OpticStudio Analyses.
Deprecated since version 2.0.0: The zospy.analyses.old contains the deprecated analysis API. Migrate your analyses to the new format.
Analyses in OpticStudio are available through zospy.analyses.old. These analyses are present for compatibility reasons. It is recommended to use the new analysis API.
Examples#
Run a Single Ray Trace analysis:
>>> from zospy.analyses.old.wavefront import zernike_standard_coefficients
>>> zernike_standard_coefficients(oss, sampling="32x32", maximum_term=15)
Open an analysis for which a wrapper function is not yet available:
>>> import zospy as zp
>>> analysis = zp.analyses.new_analysis(
... oss, zp.constants.Analysis.AnalysisIDM.ImageSimulation
... )
Modules
Base functionality for analyses. |
|
Zemax OpticStudio analyses from the Extended Scene Analysis category. |
|
Zemax OpticStudio analyses from the MTF category. |
|
Zemax OpticStudio analyses from the Physical Optics category. |
|
Zemax OpticStudio analyses from the Polarization category. |
|
Zemax OpticStudio analyses from the PSF category. |
|
Zemax OpticStudio analyses from the Rays and Spots category. |
|
Zemax OpticStudio analyses from the Reports category. |
|
Zemax OpticStudio analyses from the Surface category. |
|
Zemax OpticStudio System Viewers. |
|
Zemax OpticStudio analyses from the Wavefront category. |