ContourSpotScanning#
- class georges.ptw.ContourSpotScanning(sigma, fieldsize, desired_angle, shoot_on_aperture: bool = True, angle_imposed: bool = False)[source]#
Bases:
object
This class works similarly to RegularSpotScanning but uses a circular, contour-based irradiation scheme with a central spot placed at the center of the field. The user can choose whether to impose the irradiation radius. The output of the calculation includes the relative weight of the contour spots compared to the central spot and the angle spacing between these spots.
Methods Summary
compute_2d_contour_scanned_profile
(angle, weight)double_gaussian_function
(x, y, a, mu_x, mu_y)Methods Documentation