Closedown

This commit is contained in:
gac-x03da
2023-08-14 10:03:15 +02:00
parent 5217a189f5
commit 38f0784e79
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
OTF.java=enabled
ScientaPanel.java=enabled
ScientaPanel.java=disabled
Scienta.java=disabled
XPSSpectrum.java=enabled
HoloScan.java=enabled

View File

@@ -52,10 +52,12 @@
"noVariableEvaluationPropagation" : false,
"processingScripts" : [ ],
"asyncViewersUpdate" : false,
"asyncHistoryPlotsUpdate" : false,
"scanPlotDisabled" : false,
"scanTableDisabled" : false,
"cachedDataPanel" : true,
"dataExtensions" : "",
"dataSubFiles" : "",
"hideFileName" : false,
"showEmergencyStop" : false,
"showHomingButtons" : false,
@@ -63,7 +65,6 @@
"hideScanPanel" : false,
"hideOutputPanel" : false,
"showXScanFileBrowser" : false,
"showXScanDataViewer" : false,
"showQueueBrowser" : false,
"backgroundRendering" : false,
"showImageStatusBar" : true,
@@ -74,6 +75,7 @@
"surfacePlot" : "ch.psi.pshell.plot.SurfacePlotJzy3d",
"timePlot" : "ch.psi.pshell.plot.TimePlotJFree",
"plotsDetached" : false,
"plotsHidden" : false,
"plotLayout" : "Vertical",
"quality" : "High",
"defaultPlotColormap" : "Temperature",
@@ -88,6 +90,9 @@
}, {
"deviceClassName" : "ch.psi.pshell.epics.Scienta",
"panelClassName" : "ScientaPanel"
}, {
"deviceClassName" : "Scienta",
"panelClassName" : "ScientaPanel"
}, {
"deviceClassName" : "ch.psi.pshell.device.Motor",
"panelClassName" : "ch.psi.pshell.swing.MotorPanel"