diff --git a/script/device/Image.py b/script/device/Image.py index 974bbc9..7fe73fe 100644 --- a/script/device/Image.py +++ b/script/device/Image.py @@ -32,7 +32,7 @@ class Image(DeviceBase, Readable): #unixCommand = "%s%s %s %d %d %d %d -median 30" % (commandDir,"/bin/image_get_int.py","/tmp/spec_image_info.dat", \ # threshold1, threshold2, threshold3, threshold4) #ret = run("image_get_int.py", [None, tmp_file, threshold1, threshold2, threshold3, threshold4, "-median", 30]) - #I_sum, area_I, thresh1_count, thresh2_count, thresh3_count, thresh4_count, I_sum_bgr, area_bgr) = ret + (I_sum, area_I, thresh1_count, thresh2_count, thresh3_count, thresh4_count, I_sum_bgr, area_bgr) = ret print ret return I_sum