@@ -89,7 +89,7 @@ Illumination patterns define how the microscope scans or illuminates the sample:
8989 plane_acquisition = PlaneAcquisition(
9090 name = ' plane_acquisition' ,
9191 description = ' Widefield fluorescence imaging' ,
92- plane_thickness_in_um = 5.0 ,
92+ point_spread_function_in_um = " 32 um ± 1.6 um " ,
9393 illumination_angle_in_degrees = 45.0 , # for light sheet
9494 plane_rate_in_Hz = 100.0 # planes per second
9595 )
@@ -144,7 +144,7 @@ Imaging spaces define the physical region being imaged:
144144 plane_acquisition = PlaneAcquisition(
145145 name = ' plane_acquisition' ,
146146 description = ' Light sheet imaging' ,
147- plane_thickness_in_um = 5.0 ,
147+ point_spread_function_in_um = " 32 um ± 1.6 um " ,
148148 illumination_angle_in_degrees = 45.0 ,
149149 plane_rate_in_Hz = 100.0
150150 )
@@ -238,7 +238,7 @@ Workflow for one-photon widefield imaging:
238238 plane_acquisition = PlaneAcquisition(
239239 name = ' plane_acquisition' ,
240240 description = ' Widefield fluorescence imaging' ,
241- plane_thickness_in_um = 5.0 ,
241+ point_spread_function_in_um = " 32 um ± 1.6 um " ,
242242 plane_rate_in_Hz = 30.0
243243 )
244244
0 commit comments