diff options
| author | Jon Whiteaker <jbw@jon-th-desktop.(none)> | 2012-02-24 01:27:21 -0800 |
|---|---|---|
| committer | Jon Whiteaker <jbw@jon-th-desktop.(none)> | 2012-02-24 01:27:21 -0800 |
| commit | 474b2518d605b8a9ca47bbec79ec737802b9a742 (patch) | |
| tree | f6fe8d55f7f1df995fb96cd599f1d2bf5a068c37 /data/filter.py | |
| parent | cc5c7492c60033b7efa817ef67d6b35792537ed0 (diff) | |
| download | kinect-474b2518d605b8a9ca47bbec79ec737802b9a742.tar.gz | |
back data
Diffstat (limited to 'data/filter.py')
| -rwxr-xr-x | data/filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/filter.py b/data/filter.py index 4cf124c..31bd16a 100755 --- a/data/filter.py +++ b/data/filter.py @@ -36,7 +36,7 @@ for arg in sys.argv[1:]: #zdelta[100000] = 5 qt = int(frames[i]/4) #if zdelta[median] < 0: - if zdelta[frames[i]-qt]< 0 and zdelta[qt] < 0: + if zdelta[frames[i]-qt]> 0 and zdelta[qt] > 0: for l in lines[i]: print l num += 1 |
