arim.scat.interpolate_matrix#
- arim.scat.interpolate_matrix(scattering_matrix)[source]#
Returns a function that takes as input the incident angles and the scattering angles. This returned function returns the scattering amplitudes, obtained by bilinear interpolation of the scattering matrix.
- Parameters:
scattering_matrix (ndarray)
- Return type:
func