Mandar Chitre
Mandar Chitre
- [ ] Check for SSP containing only non-negative depths. - [ ] Check for SSP containing both 0 m and maxdepth m, or even better, truncate SSP to 0...
`RaySolver` is only needed for propagation modeling for range-dependent or depth-dependent environments, otherwise `PekerisRayModel` is sufficient. Even for such environments, if Bellhop is desired, then `RaySolver` isn't needed. For many...
- [x] Differentiable propagation modeling - [x] Probabilistic propagation modeling - [ ] Developing new propagation models
`Measurement` from `Measurements.jl` fails with `RaySolver`. Possible solution: replace all `ForwardDiff.value(...)` with `Measurements.value(ForwardDiff.value(...))`
Currently sources & receivers are assumed to be omnidirectional