Classes | |
| class | module_connectivity.ConnectivityError |
| Error returned by module_connectivity. More... | |
| class | module_connectivity.ConnectivityPoint |
| Associate a Coordinate element (point) with a float (density). More... | |
| class | module_connectivity.ConnectivityMap |
| Contains the list of ConnectivityPoint objects on a given grid. More... | |
Namespaces | |
| module_connectivity | |
| Module for computing connectivity maps probabilities. | |
Functions | |
| def | module_connectivity.point_distribution |
| Giving a seed point, computes distrib_n other points on the same radial surface using some probability distribution. More... | |
| def | module_connectivity.point_distribution_gaussian |
| Giving a seed point, computes distrib_n other points on the same radial surface using a gaussian probability distribution. More... | |
| def | module_connectivity.build_density |
| Giving a list of points, computes the number of points in each bin of an hardcoded grid (ndens x ndens). More... | |
| def | module_connectivity.reverse_sort |
| Sort a ConnectPoint list with density and return another. More... | |
| def | module_connectivity.proba2alpha |
| From a list of probability densities (in [dens_min,dens_max]) return a list of coefficient in [0,1]. More... | |
Variables | |
| int | module_connectivity.nproba = 1000 |
| Probability cloud point number. More... | |
| int | module_connectivity.ndens = 360 |
| Density grid point number. More... | |
1.8.5