finesse.cymath.homs.HGModes.compute_points

HGModes.compute_points(self, double[::1] x, double[::1] y)

Calculates the Unm modes over a set of (x,y) points.

Parameters
x, yndarray

Array of x and y data points to compute the modes over, size of x and y must be the same.

Returns
Unmndarray(shape=(x.size, N), dtype=complex)

A 2D array of all the modes over the x and y domain