From f84e45620ac107f1c091d4e1c7335fecc63ad358 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Mon, 2 Sep 2019 15:02:15 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 1bcd012..5d8ecde 100755 --- a/script/local.py +++ b/script/local.py @@ -308,7 +308,7 @@ get_context().dataManager.setLayout(DataLayout()) """ -run("CPython/wrapper") +#run("CPython/wrapper") class SimulatedImage(ReadonlyRegisterBase, ReadonlyRegisterMatrix, ReadableCalibratedMatrix): def __init__(self, size_x=1280, size_y=960, number_of_dead_pixels=100, noise=0.1, beam_size_x=100, beam_size_y=20):