| | |
float dt=0.008f | time-range for point detection
|
float dx=xStep | x-range for point detection
|
string esct= | escape-time file (auxiliary input file name)
|
string escx= | escape-positions file (auxiliary input file name)
|
bool isAA=y [y/n] | if y, apply anti-aliasing
|
float ixd=xStep | step in positions (in meters)
|
int ixn=xNum | number of imaged positions
|
float ixo=xStart | first imaged position (in meters)
|
float izd=zStep | step in depth (in meters)
|
int izn=zNum | number of imaged depth samples
|
float izo=zStart | first imaged depth (in meters)
|
float ppd=pStep | step in processed partial images
|
int ppn=pNum | number of processed partial images
|
float ppo=pStart | first processed partial image
|
float sd=1.f | step in scattering-angles
|
int sn=1 | number of scattering-angles
|
float so=0.f | first scattering-angle
|
float xapert=xNum * xStep | migration aperture size
|
float xlim=2 * xStep | maximum distance between depth-line points
|
|