Skip to content

Commit

Permalink
changed reference to correct function within empropagation. Need to s…
Browse files Browse the repository at this point in the history
…etup documentation for the atmospheric propagation constant functions and also push the atmospheric attenuation branch through to the main one.
  • Loading branch information
LyceanEM committed Oct 24, 2024
1 parent 40f566c commit 9af223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyceanem/electromagnetics/empropagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4902,7 +4902,7 @@ def calculate_atmospheric_propagation_constant(
propagation constant : complex
"""
alpha = calculate_attenuation_constant(
alpha = calculate_total_gaseous_attenuation(
frequency, temperature, pressure, water_vapor_density
)
beta = calculate_phase_constant(
Expand Down

0 comments on commit 9af223e

Please sign in to comment.