finesse.utilities.maps.make_coordinates¶
- finesse.utilities.maps.make_coordinates(N, a)[source]¶
- Makes the 1D and square 2D grid of coordinates for map calculations. - Parameters:
- N_samplesint
- Number of samples in each dimension (N x N) 
- afloat
- Dimension of square grid (a x a) to generate 
 
- Returns:
- x,yarray_like[float]
- 1D arrays for the x and y coordinates 
- X,Y,Rarray_like[float]
- 2D Arrays of the X, Y, and radial R coordinates