You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[its page on the **NTIA/ITS Propagation Library Wiki**](https://ntia.github.io/propagation-library-wiki/models/LFMF/).
52
48
There, you will find installation instructions, usage information, and code
53
49
examples for all supported languages.
54
50
51
+
An executable is also provided which can be used to run the functions provided
52
+
by this library using plain text input and output files. Installation and usage
53
+
details for the command-line driver are provided in [its own README](./app/README.md).
54
+
55
55
If you're a developer and would like to contribute to or extend this repository,
56
56
you will find comprehensive documentation of this C++ code
57
57
[here](https://ntia.github.io/LFMF), and a guide for contributors
@@ -86,9 +86,8 @@ In order to do either, ensure the required submodules are cloned by running:
86
86
87
87
```cmd
88
88
# From this repository's root directory
89
-
git submodule init extern/googletest # Required to run tests
90
-
git submodule init extern/doxygen-awesome-css # Required to build docs
91
-
git submodule update # Clones the initialized submodules
89
+
git submodule init
90
+
git submodule update
92
91
```
93
92
94
93
## Running Tests ##
@@ -100,6 +99,9 @@ the "Release" or "Debug" CMake presets, you can run the included unit tests as f
100
99
ctest --preset release
101
100
```
102
101
102
+
Additionally, the [Study Group Clutter Excel Workbook](https://www.itu.int/en/ITU-R/study-groups/rsg3/ionotropospheric/Clutter%20and%20BEL%20workbook_V2.xlsx)
103
+
contains an extensive set of example values which are useful as validation cases.
0 commit comments