~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to mrol_mapping/mapper.py

  • Committer: Vikas Dhiman
  • Date: 2012-03-06 21:07:40 UTC
  • Revision ID: wecacuee@gmail.com-20120306210740-yav2v0esyuvz8k37
Modify buildmap method to support multithreaded loopwise communication.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import quantizer
21
21
import time
22
22
 
23
 
debug = True
 
23
debug = False
24
24
_map_resolution_levels = 3 # number of different levels of resolution
25
25
 
26
26
def loadmap(fname):