NTIA / itm

The Irregular Terrain Model (ITM)
Other
41 stars 26 forks source link

Path propagation mode incorrectly reporting as Line of Sight #5

Open AwkEng opened 2 years ago

AwkEng commented 2 years ago

Hi,

I have an elevation profile of 100 samples that should be returning a propagation mode of 'Diffraction', but instead its returning 'Line Of Sight'.

PathProfile

I set up this console project to demonstrate what I am seeing. It uses the published NUGET package from this repo. https://github.com/AwkEng/ITS.Propagation.ITM.Test

The console app will return the following...

Return Code: 0
Warning Flag: 0
Model Loss: 175.5452883370104dB
Mode: LineOfSight <------
Free Space Loss: 125.67012774988537dB
Distance: 101km
Tx Effective Height: 355.2440923030821m
Rx Effective Height: 217.70467109188425m
Terrain Roughness: 471.1350908252857m
wkozmaNTIA commented 1 year ago

Fix is on its way soon. The previous behavior was cause ITM was reporting it's solution method, not the geometrical-based detail of the path.

AwkEng commented 1 year ago

Thanks. I'll keep an eye out for it.