Skip to content

Commit

Permalink
Added optika.materials.MeasuredMirror.serial_number field.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Mar 14, 2024
1 parent 5271dac commit f2134f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions optika/materials/_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ class MeasuredMirror(
substrate: None | Layer = None
"""A layer representing the substrate supporting the reflective surface."""

serial_number: None | str | na.AbstractArray = None
"""A unique number associated with this material"""

def efficiency(
self,
rays: optika.rays.RayVectorArray,
Expand Down

0 comments on commit f2134f8

Please sign in to comment.