Geometric MTF

[1]:
from optiland.mtf import GeometricMTF
from optiland.samples.objectives import CookeTriplet
[2]:
lens = CookeTriplet()
lens.draw()
[2]:
(<Figure size 1000x400 with 1 Axes>, <Axes: xlabel='Z [mm]', ylabel='Y [mm]'>)
../../_images/gallery_wavefront_mtf_geometric_2_1.png
[3]:
geo_mtf = GeometricMTF(lens)
geo_mtf.view()
[3]:
(<Figure size 1200x400 with 1 Axes>,
 <Axes: xlabel='Frequency (cycles/mm)', ylabel='Modulation'>)
../../_images/gallery_wavefront_mtf_geometric_3_1.png