fgasdia / LongwaveModePropagator.jl

Model the propagation of VLF radio waves in the Earth-ionosphere waveguide.
https://fgasdia.github.io/LongwaveModePropagator.jl/dev
MIT License
15 stars 5 forks source link

Remove EigenAngle #53

Closed fgasdia closed 2 years ago

fgasdia commented 2 years ago

Simplifies code so that a complex angle, as opposed to an EigenAngle type, is passed to functions. sin or cos of the angles are computed as necessary.

Closes #50