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

Add interpolatingfunctions example to docs build #42

Closed fgasdia closed 3 years ago

fgasdia commented 3 years ago

The example on using interpolating function for the ionosphere profiles was not built with the rest of the docs.

fgasdia commented 3 years ago

Interp.jl should be replaced with a monotonic interpolator from Interpolations.jl before merging.

fgasdia commented 3 years ago

The docs now use an FIRI profile instead of Wait and have replaced Interp with three monotonic interpolators from Interpolations.jl

fgasdia commented 3 years ago

Corresponds to #43