trackpy.HashTable

class trackpy.HashTable(dims, box_size)

Basic hash table for fast look up of particles in neighborhood.

Parameters:

dims : ND tuple

the range of the data to be put in the hash table. 0<data[k]<dims[k]

box_size : float

how big each box should be in data units. The same scale is used for all dimensions