Closedown

This commit is contained in:
sfop
2016-06-24 10:48:30 +02:00
parent 378088e42e
commit 52f17dfeca

View File

@@ -19,9 +19,23 @@ if get_context().source == CommandSource.ui:
I2 = 50.0
dI = 1.0
settling_time = 0.1
plot_image = False
number_backgrounds = 0
plot_image = False
number_images = 1
use_background = True
multiple_background = True
number_backgrounds = 5
print I1
print I2
print dI
print settling_time
print plot_image
print number_images
print use_background
print multiple_background
print number_backgrounds
abort()
plot_name = datetime.datetime.fromtimestamp(time.time()).strftime('%H%M%S')