@@ -101,7 +101,7 @@ Illumination patterns define how the microscope scans or illuminates the sample:
101101 plane_acquisition = PlaneAcquisition(
102102 name = ' plane_acquisition' ,
103103 description = ' Widefield fluorescence imaging' ,
104- plane_thickness_in_um = 5.0 ,
104+ point_spread_function_in_um = " 32 um ± 1.6 um " ,
105105 illumination_angle_in_degrees = 45.0 , # for light sheet
106106 plane_rate_in_Hz = 100.0 # planes per second
107107 )
@@ -156,7 +156,7 @@ Imaging spaces define the physical region being imaged:
156156 plane_acquisition = PlaneAcquisition(
157157 name = ' plane_acquisition' ,
158158 description = ' Light sheet imaging' ,
159- plane_thickness_in_um = 5.0 ,
159+ point_spread_function_in_um = " 32 um ± 1.6 um " ,
160160 illumination_angle_in_degrees = 45.0 ,
161161 plane_rate_in_Hz = 100.0
162162 )
@@ -260,7 +260,7 @@ Workflow for one-photon widefield imaging:
260260 plane_acquisition = PlaneAcquisition(
261261 name = ' plane_acquisition' ,
262262 description = ' Widefield fluorescence imaging' ,
263- plane_thickness_in_um = 5.0 ,
263+ point_spread_function_in_um = " 32 um ± 1.6 um " ,
264264 plane_rate_in_Hz = 30.0
265265 )
266266
0 commit comments