muspan.helpers#
The muspan.helpers module provides helper functions for the MuSpAn package.
General helper functions
Compute the alpha shape of a set of points. |
|
Cluster data using a specified method. |
|
Return a new domain, consisting only of elements within domain that are contained by shape or are defined by a category of label. |
Shape helper functions
Convert include_boundaries and exclude_boundaries queries into a single set of shapes, add these to the domain, and return the new object IDs. |
|
Retrieve the coordinates of subcomponents from a given component ID. |
Distance helper functions
Return a distance matrix for the minimum distance from each object in population_A to each object in population_B. |