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()