Closedown

This commit is contained in:
sfop
2016-08-30 15:39:45 +02:00
parent ae60192104
commit 9f9500d348
4 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,8 @@ if get_context().source == CommandSource.ui:
else:
centroid_excursion_plot = False
from camtool import CamTool
#from camtool import CamTool
run("camtool")
from ImageStats import ImageStats, get_simulated_source

View File

@@ -27,9 +27,10 @@ if get_context().source == CommandSource.ui:
else:
centroid_excursion_plot = False
from camtool import CamTool
from ImageStats import ImageStats, get_simulated_source
from BpmStats import BpmStats
#from camtool import CamTool
run("camtool")
#from ImageStats import ImageStats, get_simulated_source
#from BpmStats import BpmStats
multiple_background = multiple_background and use_background