This commit is contained in:
sfop
2017-05-24 11:02:20 +02:00
parent 9f82e428a0
commit d16273f3b4
4 changed files with 55 additions and 12 deletions

View File

@@ -86,6 +86,8 @@ try:
sensors = [image_stats.com_x_mean, image_stats.com_y_mean, image_stats.com_x_stdev, image_stats.com_y_stdev]
else:
sensors = get_camtool_stats(number_images, good_region=use_good_region)
if plot_image:
sensors.append(camtool.getDataMatrix())
r = lscan(gun_solenoid, sensors , I1, I2, dI, settling_time, before_read = before_sample, after_read = after_sample)