get_ppop_info

nrv.nmod.utils.get_ppop_info(y, z, r, verbose=False, with_all_dist=False)[source]

Compute basic geometric statistics for a placed circle population.

Parameters:
  • y (np.ndarray) – Circle-center coordinates.

  • z (np.ndarray) – Circle-center coordinates.

  • r (np.ndarray) – Circle radii.

  • verbose (bool, optional) – If True, print the computed statistics.

  • with_all_dist (bool, optional) – Reserved flag for optionally exposing the full distance matrix.

Returns:

Dictionary containing population size, spacing statistics, and the outer box.

Return type:

dict