konigcell.static_prob3d#

konigcell.static_prob3d(positions, values, radii=None, voxels=None, resolution=None, xlim=None, ylim=None, zlim=None, executor=<class 'concurrent.futures.thread.ThreadPoolExecutor'>, max_workers=None, verbose=True)[source]#

Compute the 3D probability distribution of static particles’ specific quantities (e.g. velocity).

This function computes the distribution of the input values across voxel cells for the static spherical particles at the input positions; it is the static counterpart of dynamic_prob3d.

All input parameters are equivalent to dynamic3d - check its documentation for full details.

Examples

TODO