ewoksfluo.math.grid_utils.expanded_grid_coordinates#

ewoksfluo.math.grid_utils.expanded_grid_coordinates(grid_axes)[source]#

Expand grid axes to coordinates of grid nodes.

Parameters:

grid_axes (Sequence[ndarray]) – nDim arrays with shape (N0,), (N1,), …

Return type:

ndarray

Returns:

shape (N0*N1*… , Ndim)