{# templates/design.html #} Design of a Diffraction Phase Microscope

Diffraction Phase Microscope - Design Document

Inputs

Component Property Value Units
Objective Magnification {{ inputs["objective.magnification"] }}
Objective Numerical Aperture {{ inputs["objective.numerical_aperture"] }}
Camera Pixel size {{ inputs["camera.pixel_size"] }} {{ inputs["camera.pixel_size.units"] }}
Camera Number of pixels (horizontal) {{ inputs["camera.horizontal_number_of_pixels"] }}
Camera Number of pixels (vertical) {{ inputs["camera.vertical_number_of_pixels"] }}
Light source Wavelength {{ inputs["light_source.wavelength"] }} {{ inputs["light_source.wavelength.units"] }}
Grating Period {{ inputs["grating.period"] }} {{ inputs["grating.period.units"] }}
Fourier lens 1 Focal length {{ inputs["lens_1.focal_length"] }} {{ inputs["lens_1.focal_length.units"] }}
Fourier lens 1 Clear aperture {{ inputs["lens_1.clear_aperture"] }} {{ inputs["lens_1.clear_aperture.units"] }}
Fourier lens 2 Focal length {{ inputs["lens_2.focal_length"] }} {{ inputs["lens_2.focal_length.units"] }}
Fourier lens 2 Clear aperture {{ inputs["lens_2.clear_aperture"] }} {{ inputs["lens_2.clear_aperture.units"] }}
Pinhole Diameter {{ inputs["pinhole.diameter"] }} {{ inputs["pinhole.diameter.units"] }}

Calculated Properties

{% for result in results.values() %} {% endfor %}
Equation Property Value Units
{{ result.equation }} {{ result.name }} {{ result.value }} {{ result.units }}

Design Violations

Fourier Plane Profile

The following plot shows the sizes of the features in the Fourier plane of the diffraction phase microscope, i.e. the image in the back focal plane of lens 1.

Equation Property Value Units
{{ results.fourier_plane_spacing.equation }} {{ results.fourier_plane_spacing.name }} {{ results.fourier_plane_spacing.value }} {{ results.fourier_plane_spacing.units }}
{{ results.fourier_plane_sizes.equation }} {{ results.fourier_plane_sizes.name }} {{ results.fourier_plane_sizes.value }} {{ results.fourier_plane_sizes.units }}

Sampling Requirements

The following table provides results on the minimum resolution and maximum pixel size given the grating period, objective magnification, and 4f magnification.

Equation Property Value Units
{{ results.minimum_resolution.equation }} {{ results.minimum_resolution.name }} {{ results.minimum_resolution.value }} {{ results.minimum_resolution.units }}
{{ results.maximum_pixel_size.equation }} {{ results.maximum_pixel_size.name }} {{ results.maximum_pixel_size.value }} {{ results.maximum_pixel_size.units }}