Closedown

This commit is contained in:
gac-x04sa
2018-10-31 11:38:23 +01:00
parent 8593116bad
commit 98cbe64b26
2 changed files with 4 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
#Wed Oct 31 10:26:22 CET 2018
#Wed Oct 31 11:20:30 CET 2018
colormap=Temperature
colormapAutomatic=true
colormapAutomatic=false
colormapLogarithmic=false
colormapMax=NaN
colormapMin=NaN
colormapMax=10.0
colormapMin=0.0
flipHorizontally=false
flipVertically=false
grayscale=false

View File

@@ -180,9 +180,6 @@ def get_diag_channels():
diag_channels.append(h.readback)
diag_channels.append(k.readback)
diag_channels.append(l.readback)
set_device_alias(h.readback, "h")
set_device_alias(k.readback, "k")
set_device_alias(l.readback, "l")
diag_channels.append("wavelength")
return diag_channels