Document LOS frequency and k-factor math

Show the connector frequency right next to the Frequency label, display the derived k value, and keep the info dialog tied to the exact
This commit is contained in:
just_stuff_tm 2026-02-23 02:42:58 -05:00
parent 2bdd9d35cc
commit fc55fb98ce
3 changed files with 166 additions and 35 deletions

View file

@ -16,6 +16,7 @@ void main() {
elevations: elevations,
startAntennaHeightMeters: 2,
endAntennaHeightMeters: 2,
kFactor: 4.0 / 3.0,
);
expect(result.hasData, isTrue);
@ -36,6 +37,7 @@ void main() {
elevations: elevations,
startAntennaHeightMeters: 1.5,
endAntennaHeightMeters: 1.5,
kFactor: 4.0 / 3.0,
);
expect(result.hasData, isTrue);