NTIA / itm

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

Prop mode fix/update #6

Closed wkozmaNTIA closed 1 year ago

wkozmaNTIA commented 1 year ago

The existing propmode variable returns the solution method used within ITM, which is conflated with the propagation mechanism the user anticipates. This update removes that confusion by returning the propagation mechanism, which is what the user would expect.

In addition, the variable values have been expanded to provide horizon information (single or double).

Readme and examples updated accordingly

Basic testing was performed via building the nuget package locally, and using the examples on the repo to check its execution. likewise for the cmd driver. Extensive testing not performed since no scientific calculations were modified.