iwopy.utils.RegularDiscretizationGrid.find_ingrid(pts)[source] Finds points that are on grid. Parameters¶ pts: numpy.ndarrayThe points, shape: (n_pts, n_dims) Returns¶ sel_grid: numpy.ndarray of boolSubset selection of points that are in grid, shape: (n_pts, n_dims)