commit 7e7f2017bb2e50b668a8b10dd27efdbcf46d63eb Author: gobbo_a Date: Tue Jul 13 10:51:28 2021 +0200 Creation diff --git a/config/config.properties b/config/config.properties new file mode 100644 index 0000000..b409159 --- /dev/null +++ b/config/config.properties @@ -0,0 +1,48 @@ +#Tue Jul 13 10:47:12 CEST 2021 +autoSaveScanData=true +simulation=false +dataScanSaveOutput=false +userAuthenticator= +dataScanSaveScript=false +notifiedTasks= +parallelInitialization=false +dataTransferPath= +saveConsoleSessionFiles=false +hostName= +disableEmbeddedAttributes=false +serverPort=8080 +versionTrackingEnabled=true +dataPath={data}/{year}_{month}/{date}/{date}_{time}_{name} +serverEnabled=false +depthDimension=0 +logLevel=Info +dataLayout=default +disableDataFileLogs=false +sessionHandling=Off +terminalEnabled=false +notificationLevel=Off +terminalPort=3579 +dataTransferUser= +versionTrackingLogin= +noBytecodeFiles=false +versionTrackingRemote= +logDaysToLive=30 +logLevelConsole=Off +filePermissionsConfig=Public +scanStreamerPort=-1 +dataScanSaveSetpoints=false +versionTrackingManual=false +dataTransferMode=Off +userManagement=false +instanceName=FU +dataServerPort=-1 +hideServerMessages=false +dataScanReleaseRecords=false +dataScanPreserveTypes=false +dataScanFlushRecords=false +logPath={logs}/{date}_{time} +filePermissionsLogs=Protected +filePermissionsScripts=Group +filePermissionsData=Default +dataProvider=h5 +saveCommandStatistics=false diff --git a/config/devices.properties b/config/devices.properties new file mode 100644 index 0000000..b0992e6 --- /dev/null +++ b/config/devices.properties @@ -0,0 +1,2 @@ +dispatcher=ch.psi.pshell.bs.Dispatcher|https://dispatcher-api.psi.ch/sf||| +cam_server=ch.psi.pshell.bs.PipelineServer|sf-daqsync-01:8889||| diff --git a/config/jcae.properties b/config/jcae.properties new file mode 100644 index 0000000..dc49acc --- /dev/null +++ b/config/jcae.properties @@ -0,0 +1,12 @@ +#Tue Jul 13 10:47:57 CEST 2021 +ch.psi.jcae.ContextFactory.addressList= +ch.psi.jcae.ContextFactory.serverPort= +ch.psi.jcae.ContextFactory.maxArrayBytes=50000000 +ch.psi.jcae.ContextFactory.maxSendArrayBytes= +ch.psi.jcae.ChannelFactory.retries=1 +ch.psi.jcae.ChannelFactory.timeout=1250 +ch.psi.jcae.impl.DefaultChannelService.retries=4 +ch.psi.jcae.impl.DefaultChannelService.timeout=1000 +ch.psi.jcae.ContextFactory.autoAddressList=true +ch.psi.jcae.ContextFactory.useShellVariables=true +ch.psi.jcae.ContextFactory.addLocalBroadcastInterfaces=false diff --git a/config/mail.properties b/config/mail.properties new file mode 100644 index 0000000..8a7f774 --- /dev/null +++ b/config/mail.properties @@ -0,0 +1,9 @@ +#Tue Jul 13 10:35:08 CEST 2021 +port=0 +usr= +auth=None +smsSuffix=@sms.switch.ch +host= +from= +to= +pwd= diff --git a/config/setup.properties b/config/setup.properties new file mode 100644 index 0000000..303a64d --- /dev/null +++ b/config/setup.properties @@ -0,0 +1,23 @@ +#Tue Jul 13 10:19:02 CEST 2021 +scriptPath={home}/script +sessionsPath={outp}/sessions +pluginsPath={home}/plugins +configFileDevices={config}/devices.properties +consoleSessionsPath={sessions}/console +libraryPath={script}; {script}/Lib +contextPath={outp}/context +configFilePlugins={config}/plugins.properties +extensionsPath={home}/extensions +configPath={home}/config +configFileSessions={config}/sessions.properties +userSessionsPath={sessions}/user +dataPath={outp}/data +devicesPath={home}/devices +configFileVariables={config}/variables.properties +configFileSettings={config}/settings.properties +wwwPath={home}/www +logPath={outp}/log +imagesPath={outp}/images +configFile={config}/config.properties +scriptType=py +configFileTasks={config}/tasks.properties diff --git a/config/variables.properties b/config/variables.properties new file mode 100644 index 0000000..dcd571b --- /dev/null +++ b/config/variables.properties @@ -0,0 +1,2 @@ +#Tue Jul 13 10:26:28 CEST 2021 +DaySequentialNumber=0 diff --git a/devices/CamServer.properties b/devices/CamServer.properties new file mode 100644 index 0000000..977d4cf --- /dev/null +++ b/devices/CamServer.properties @@ -0,0 +1,25 @@ +#Tue Jul 13 10:41:07 CEST 2021 +spatialCalOffsetY=NaN +spatialCalOffsetX=NaN +colormapLogarithmic=false +scale=1.0 +grayscale=false +spatialCalScaleX=NaN +spatialCalScaleY=NaN +colormapMax=NaN +rescaleOffset=0.0 +roiWidth=-1 +colormap=Grayscale +invert=false +colormapMin=NaN +rotation=0.0 +rotationCrop=false +rescaleFactor=1.0 +spatialCalUnits=mm +flipVertically=false +roiHeight=-1 +flipHorizontally=false +colormapAutomatic=false +roiY=0 +roiX=0 +transpose=false diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties new file mode 100644 index 0000000..4a4a0b8 --- /dev/null +++ b/devices/CurrentCamera.properties @@ -0,0 +1,25 @@ +#Tue Jul 13 10:41:25 CEST 2021 +spatialCalOffsetY=-50.11933174224343 +spatialCalOffsetX=-50.11933174224343 +colormapLogarithmic=false +scale=1.0 +grayscale=false +spatialCalScaleX=-1.0 +spatialCalScaleY=-1.0 +colormapMax=255.0 +rescaleOffset=0.0 +roiWidth=-1 +colormap=Flame +invert=false +colormapMin=0.0 +rotation=0.0 +rotationCrop=false +rescaleFactor=1.0 +spatialCalUnits=mm +flipVertically=false +roiHeight=-1 +flipHorizontally=false +colormapAutomatic=true +roiY=0 +roiX=0 +transpose=false diff --git a/devices/cam_server.properties b/devices/cam_server.properties new file mode 100644 index 0000000..4d2a40a --- /dev/null +++ b/devices/cam_server.properties @@ -0,0 +1,25 @@ +#Tue Jul 13 10:38:24 CEST 2021 +spatialCalOffsetY=NaN +spatialCalOffsetX=NaN +colormapLogarithmic=false +scale=1.0 +grayscale=false +spatialCalScaleX=NaN +spatialCalScaleY=NaN +colormapMax=NaN +rescaleOffset=0.0 +roiWidth=-1 +colormap=Grayscale +invert=false +colormapMin=NaN +rotation=0.0 +rotationCrop=false +rescaleFactor=1.0 +spatialCalUnits=mm +flipVertically=false +roiHeight=-1 +flipHorizontally=false +colormapAutomatic=false +roiY=0 +roiX=0 +transpose=false diff --git a/devices/dispatcher.properties b/devices/dispatcher.properties new file mode 100644 index 0000000..ab0b56a --- /dev/null +++ b/devices/dispatcher.properties @@ -0,0 +1,12 @@ +#Tue Jul 13 10:39:33 CEST 2021 +keepListeningOnStop=false +disableCompression=false +sendBuildChannelConfig=at_startup +parallelHandlerProcessing=true +socketType=DEFAULT +validationInconsistency=keep_as_is +byteBufferAllocator=false +mappingIncomplete=fill_null +sendSyncTimeout=0 +sendStrategy=complete_all +sendAwaitFirstMessage=false diff --git a/script/local.groovy b/script/local.groovy new file mode 100644 index 0000000..eef7106 --- /dev/null +++ b/script/local.groovy @@ -0,0 +1,3 @@ +/////////////////////////////////////////////////////////////////////////////////////////////////// +// Deployment specific global definitions - executed after startup.groovy +/////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/script/local.js b/script/local.js new file mode 100644 index 0000000..e2eeaad --- /dev/null +++ b/script/local.js @@ -0,0 +1,4 @@ +/////////////////////////////////////////////////////////////////////////////////////////////////// +// Deployment specific global definitions - executed after startup.js +/////////////////////////////////////////////////////////////////////////////////////////////////// + diff --git a/script/local.py b/script/local.py new file mode 100644 index 0000000..9dc8b0d --- /dev/null +++ b/script/local.py @@ -0,0 +1,4 @@ +################################################################################################### +# Deployment specific global definitions - executed after startup.py +################################################################################################### +