Skip to content

Commit

Permalink
Removed unnecessary code in the documentation for `optika.systems.Seq…
Browse files Browse the repository at this point in the history
…uentialSystem`
  • Loading branch information
byrdie committed Oct 16, 2023
1 parent c616a10 commit 7890a4f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions optika/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,15 +527,6 @@ class SequentialSystem(
import named_arrays as na
import optika
# define the object surface
# in this case the aperture is arbitrary and only exists
# to represent an object at infinity.
front = optika.surfaces.Surface(
name="front",
aperture=optika.apertures.RectangularAperture(0.5),
transformation=na.transformations.Cartesian3dTranslation(z=-300 * u.mm),
)
# store the z-coordinate of the primary and fold mirror
# so that we can determine the detector position
primary_mirror_z = 300 * u.mm
Expand Down

0 comments on commit 7890a4f

Please sign in to comment.