aperture#

@author: giuliacarla

class arte.types.aperture.CircularOpticalAperture(aperture_radius, cartes_coords)#

Bases: object

This class defines the geometry of a circular optical aperture.

Parameters:
  • aperture_radius (float) – Radius of the optical aperture in [m].

  • cartes_coords (tuple of three floats) – Cartesian coordinates (x, y, z) of the aperture center in [m].

Methods

getApertureRadius

getCartesianCoords

getApertureRadius()#
getCartesianCoords()#