Skip to content

Commit

Permalink
Update shack-hartmann example
Browse files Browse the repository at this point in the history
  • Loading branch information
crnh committed Feb 10, 2025
1 parent 90d7e0d commit b80590f
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 950 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions zospy/analyses/wavefront/wavefront_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ def __init__(
field: int = 1,
surface: Literal["Object", "Image"] | int = "Image",
wavelength: int = 1,
show_as: constants.Analysis.ShowAs = "Surface",
rotation: constants.Analysis.Settings.Rotations = "Rotate_0",
sampling: constants.Analysis.SampleSizes = "64x64",
polarization: constants.Analysis.Settings.Polarizations | None = None,
show_as: constants.Analysis.ShowAs | str = "Surface",
rotation: constants.Analysis.Settings.Rotations | str = "Rotate_0",
sampling: constants.Analysis.SampleSizes | str = "64x64",
polarization: constants.Analysis.Settings.Polarizations | str | None = None,
reference_to_primary: bool = False,
use_exit_pupil: bool = True,
remove_tilt: bool = False,
Expand Down

0 comments on commit b80590f

Please sign in to comment.