Home | History | Annotate | Download | only in scripts

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 samples
874 collected.extend(samples)
880 this_sample = sum(collected[:need]) / need
895 collected = collected[need:]