# HG changeset patch # User Nicolas Saunier # Date 1339044810 14400 # Node ID 5cde6da746056c64e32e2b2756648406e9265730 # Parent ce44605f888ad27c7911fd600bae878d1df6604f added minor comments diff -r ce44605f888a -r 5cde6da74605 python/moving.py --- a/python/moving.py Wed Jun 06 23:39:03 2012 -0400 +++ b/python/moving.py Thu Jun 07 00:53:30 2012 -0400 @@ -625,6 +625,9 @@ else: return None +# functions to aggregate discretized maps of indicators +# TODO add values in the cells between the positions (similar to discretizing vector graphics to bitmap) + def indicatorMap(indicatorValues, trajectory, squareSize): '''Returns a dictionary with keys for the indices of the cells (squares)