From 0723fd68433d0126978aecfa779ead3028967c61 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 31 Oct 2018 15:08:58 +0100 Subject: [PATCH] Closedown --- script/local.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/local.py b/script/local.py index 96578a0..eab778d 100644 --- a/script/local.py +++ b/script/local.py @@ -105,8 +105,6 @@ def is_geometry_set(): """ def set_roi(): - """ - """ setting = get_setting(ROI_PREFERENCE) try: return float(setting) @@ -114,8 +112,6 @@ def set_roi(): return 1.0 def set_roi(x1, y1, x2, y2): - """ - """ set_setting(ROI_PREFERENCE, str((x1, y1, x2, y2)) ) self.roi = [0,0, self.pixel.PIX_XDIM-1, self.pixel.PIX_YDIM] self.broi = [0,0, self.pixel.PIX_XDIM-1, self.pixel.PIX_YDIM]