get_circular_contour
- nrv.nmod.get_circular_contour(axons_diameters: <MagicMock name='mock.array' id='139958333163664'>, y_axons: <MagicMock name='mock.array' id='139958333163664'>, z_axons: <MagicMock name='mock.array' id='139958333163664'>, delta: float = 10) float [source]
Get a circular contour diameter of the axon population
- Parameters:
axons_diameters (np.array) – array containing the axons diameters
y_axons (np.array) – y coordinate of the axons to store, in um
z_axons (np.array) – z coordinate of the axons to store, in um
delta (float) – distance between the contour and the closest axon, in um