Skip to content

Commit

Permalink
Fixed small typo in the documentation of `esis.flights.f1.optics.grat…
Browse files Browse the repository at this point in the history
…ings.multilayer_design()`.
  • Loading branch information
byrdie committed Mar 19, 2024
1 parent dd5274b commit bc48294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esis/flights/f1/optics/gratings/materials/_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def multilayer_design() -> optika.materials.MultilayerMirror:
# Initialize the ESIS diffraction grating material
material = gratings.materials.multilayer_design()
# Compute the reflectivity of the primary mirror
# Compute the reflectivity of the grating multilayer coating
reflectivity = material.efficiency(
rays=rays,
normal=na.Cartesian3dVectorArray(0, 0, -1),
Expand Down

0 comments on commit bc48294

Please sign in to comment.