From b960ca60e071651d6e82a2894b7230de456651c1 Mon Sep 17 00:00:00 2001 From: x03daop Date: Tue, 3 Nov 2015 11:08:54 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index c9645f21..22adee77 100644 --- a/script/local.py +++ b/script/local.py @@ -56,7 +56,7 @@ class ImageAngleDistribution(ReadableArray): return height def read(self): - return to_array(integrate_image(Flase),'d') + return to_array(integrate_image(False),'d') AngleDistribution = ImageAngleDistribution()