Help on class Circle in module opticspy.aperture:
class Circle(Aperture)
| Build a circle aperture example
|
| Example
| ------------------------------------
| aperture = opticspy.aper.Circle(200,50)
|
| Parameters
| ------------------------------------
| background: int
| Square background
|
| d: int
| aperture pixel diameter
| D: int
| aperture real diameter
|
| Methods defined here:
|
| __init__(self, background=500, d=200, D=0.01, scale=5e-05)
|
| ----------------------------------------------------------------------
| Methods inherited from Aperture:
|
| fraunhofer(self, z=2, lambda1=6.6e-07)
| Compute the frauhofer diffraction pattern.
|
| Output
| ------------------------------------
| Diffraction pattern figure
|
| fresnel(self, z=2, lambda1=6.6e-07)
| Compute the fresnel diffraction pattern.
|
| Output
| ------------------------------------
| Diffraction pattern figure
|
| otf(self)
| Compute an aperture's otf
|
| show(self)
| Show aperture figure
|
| Output
| ------------------------------------
| Aperture figure