campreilly / UnderSeaModelingLibrary

The Under Sea Modeling Library (USML) is a collection of C++ software development modules for sonar modeling and simulation.
Other
45 stars 22 forks source link

Implement default surface scattering model #256

Closed campreilly closed 1 month ago

campreilly commented 10 months ago

We need a default model for scattering from the ocean surface. For the bottom, we currently have Lambert, but nothing equivalent for the ocean surface.

campreilly commented 10 months ago

Chapman-Harris would be a good choice for this model.