Closedown

This commit is contained in:
x03daop
2015-11-02 15:10:52 +01:00
parent d04000fca6
commit a7d39c02a3
2 changed files with 3 additions and 3 deletions

View File

@@ -10,6 +10,6 @@ RELATIVE (BOOLEAN)
"""
#set_preference(Preference.ENABLED_PLOTS, [ManipulatorPhi, ManipulatorTheta, Scienta.dataMatrix, Integration])
set_preference(Preference.PLOT_TYPES, {Integration:1})
#set_preference(Preference.ENABLED_PLOTS, [ManipulatorPhi, ManipulatorTheta, Scienta.dataMatrix, ImageIntegrator])
set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
ascan((phi, theta), SENSORS, (PHI_RANGE[0], THETA_RANGE[0]), (PHI_RANGE[1], THETA_RANGE[1]), STEPS, LATENCY, RELATIVE, before_read=trig_scienta)

View File

@@ -6,7 +6,7 @@ SENSORS (list)
LATENCY (double)
"""
set_preference(Preference.PLOT_TYPES,{'Integration':1});
set_preference(Preference.PLOT_TYPES,{'ImageIntegrator':1})
if len(VECTOR[0]) == 2:
#FIXED