Openholo  v3.1
Open Source Digital Holographic Library
ophpy.Depthmap Namespace Reference

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
 

Function Documentation

◆ alphamap()

def ophpy.Depthmap.alphamap (   depthmap,
  n 
)
extract alpha map 

Definition at line 34 of file Depthmap.py.

◆ h_frsn()

def ophpy.Depthmap.h_frsn (   pixel_pitch_x,
  pixel_pitch_y,
  nx,
  ny,
  zz,
  wvl 
)

Definition at line 21 of file Depthmap.py.

◆ k()

def ophpy.Depthmap.k (   wvl)

Definition at line 16 of file Depthmap.py.

◆ refwave()

def ophpy.Depthmap.refwave (   wvl,
  wr,
  hr,
  z,
  pp,
  thetaX,
  thetaY 
)

Definition at line 48 of file Depthmap.py.

Variable Documentation

◆ cache

ophpy.Depthmap.cache

Definition at line 15 of file Depthmap.py.

◆ mm

int ophpy.Depthmap.mm = 1e-3

Definition at line 10 of file Depthmap.py.

◆ nm

int ophpy.Depthmap.nm = um * mm

Definition at line 12 of file Depthmap.py.

◆ nogil

ophpy.Depthmap.nogil

Definition at line 15 of file Depthmap.py.

◆ True

ophpy.Depthmap.True

Definition at line 15 of file Depthmap.py.

◆ um

int ophpy.Depthmap.um = mm * mm

Definition at line 11 of file Depthmap.py.