finesse.cymath.homs.HGModes.compute_2d_modes¶
- HGModes.compute_2d_modes(self, double[::1] x, double[::1] y)¶
Calculates the Unm modes that were specificied when creating this HGModes object.
- Parameters:
- x, yndarray
Array of x and y data points to compute the modes over
- Returns:
- Unmndarray(shape=(N, y.size, x.size))
A 3D array of all the modes over the x and y domain