Lines Matching refs:collected
56 # whether to log data collected to a file for each sensor run:862 collected = []871 if need > len(collected): # still need more input samples874 collected.extend(samples)880 this_sample = sum(collected[:need]) / need895 collected = collected[need:]