finesse.cymath.homs.HGModes.compute_1d_modes¶
- HGModes.compute_1d_modes(self, double[::1] x, double[::1] y)¶
Calculates the Un and Um modes arrays for the 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
- Unndarray(shape=(N, x.size))
A 2D array of all the modes over the x array
- Umndarray(shape=(N, y.size))
A 2D array of all the modes over the y array