konigcell.static_prob2d#
- konigcell.static_prob2d(positions, values, radii=None, pixels=None, resolution=None, xlim=None, ylim=None, executor=<class 'concurrent.futures.thread.ThreadPoolExecutor'>, max_workers=None, verbose=True)[source]#
Compute the 2D probability distribution of static particles’ specific quantities (e.g. velocity).
This function computes the distribution of the input values across pixel cells for the static circular particles at the input positions; it is the static counterpart of dynamic_prob2d.
All input parameters are equivalent to dynamic2d - check its documentation for full details.