![]() |
Openholo
v5.0
Open Source Digital Holographic Library
|
Classes | |
class | Propagation |
Functions | |
def | k (wvl) |
def | h_frsn (pixel_pitch_x, pixel_pitch_y, nx, ny, zz, wvl) |
def | alphamap (depthmap, n) |
def | refwave (wvl, wr, hr, z, pp, thetaX, thetaY) |
Variables | |
int | mm = 1e-3 |
int | um = mm * mm |
int | nm = um * mm |
nogil | |
True | |
cache | |
def ophpy.Depthmap.alphamap | ( | depthmap, | |
n | |||
) |
extract alpha map
Definition at line 34 of file Depthmap.py.
def ophpy.Depthmap.h_frsn | ( | pixel_pitch_x, | |
pixel_pitch_y, | |||
nx, | |||
ny, | |||
zz, | |||
wvl | |||
) |
Definition at line 21 of file Depthmap.py.
def ophpy.Depthmap.k | ( | wvl | ) |
Definition at line 16 of file Depthmap.py.
def ophpy.Depthmap.refwave | ( | wvl, | |
wr, | |||
hr, | |||
z, | |||
pp, | |||
thetaX, | |||
thetaY | |||
) |
Definition at line 48 of file Depthmap.py.
ophpy.Depthmap.cache |
Definition at line 15 of file Depthmap.py.
int ophpy.Depthmap.mm = 1e-3 |
Definition at line 10 of file Depthmap.py.
Definition at line 12 of file Depthmap.py.
ophpy.Depthmap.nogil |
Definition at line 15 of file Depthmap.py.
ophpy.Depthmap.True |
Definition at line 15 of file Depthmap.py.
Definition at line 11 of file Depthmap.py.