constboolbFilterNotVisiblePathsBetweenEdges=false;//Intersection test between edges(expensive)
constboolbFilterNotVisiblePointToEdge=false;//Intersection test between emitter/sensor and edges
constboolbFilterNotVisiblePaths=true;//Intersection test of calculated sub paths
constfloatfIntersectionTestResolution=0.001;
constintiNumIterations=14;//!< Number of iterations for the calculation of the aperture points
constintfMaxAccumulatedDiffractionAngle=-2.0f*ITAConstants::PI_F;// zero or below -> disabled
constfloatfLevelDropThreshhold=-90.f-30.f-11.f;//90 dB Power level of Diesel; 30 dB masking; 11 dB initial power level drop
constfloatfReflectionPenalty=-10*log10f(0.8);//Level reduction of a reflection with reflection factor rho = 0.8 from ISO9613-2
constfloatfDiffractionPenalty=2.5f;// Minimum level reduction of a diffracted signal into the shadow region for a low frequency (Taken from BA Filbert Figure 16. UTD)