diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-28 18:57:00 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-28 18:57:00 +0200 |
commit | fd66690aa9c2dc429325891c906b97d5184bc5e0 (patch) | |
tree | c5b2b6ab9f4e85a062ff6730061c6060b148d99c /analyze.py | |
parent | e4b732abd4ea034f75645d333ff5b357d1b612e7 (diff) |
analyzing functions
Diffstat (limited to 'analyze.py')
-rw-r--r-- | analyze.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,4 +14,7 @@ for f in files[1:]: s.analyze_speed() print("\n" + "-"*40 + "\n") s.analyze_visible_window(True) - +for i in ["split cell", "ejected mass", "virus"]: + s.analyze_deviations(i) +for i in ["split cell", "ejected mass", "virus"]: + s.analyze_distances(i) |