get_circular_contour

nrv.nmod.utils.get_circular_contour(axons_diameters: ndarray, y_axons: ndarray, z_axons: ndarray, delta: float = 10) float[source]

Get a circular contour diameter of the axon population

Parameters:
  • axons_diameters (np.ndarray) – array containing the axons diameters

  • y_axons (np.ndarray) – y coordinate of the axons to store, in um

  • z_axons (np.ndarray) – z coordinate of the axons to store, in um

  • delta (float) – distance between the contour and the closest axon, in um