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