This commit is contained in:
gobbo_a
2020-06-16 15:34:47 +02:00
commit c894a57c75
12 changed files with 174 additions and 0 deletions

34
config/config.properties Executable file
View File

@@ -0,0 +1,34 @@
#Tue Jun 16 15:34:23 CEST 2020
autoSaveScanData=true
simulation=false
commandExecutionEvents=false
logDaysToLive=50
userAuthenticator=
logLevelConsole=Off
scanStreamerPort=-1
parallelInitialization=false
versionTrackingManual=false
hostName=null
userManagement=false
instanceName=MA
dataServerPort=-1
hideServerMessages=false
serverPort=8080
versionTrackingEnabled=true
dataPath={data}/{year}_{month}/{date}/{date}_{time}_{name}
serverEnabled=false
depthDimension=0
dataScanReleaseRecords=false
dataScanPreserveTypes=false
logLevel=Info
dataScanFlushRecords=false
logPath={logs}/{date}_{time}
dataLayout=default
terminalEnabled=false
notificationLevel=Off
terminalPort=3579
createSessionFiles=false
versionTrackingLogin={context}/svcusr-hlapp_robot
versionTrackingRemote=git@git.psi.ch\:pshell_config/sf-ma.git
dataProvider=h5
saveCommandStatistics=false

2
config/devices.properties Executable file
View File

@@ -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|||

11
config/jcae.properties Executable file
View File

@@ -0,0 +1,11 @@
ch.psi.jcae.ContextFactory.addressList=
ch.psi.jcae.ContextFactory.serverPort=
ch.psi.jcae.ContextFactory.maxArrayBytes=50000000
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

9
config/mail.properties Executable file
View File

@@ -0,0 +1,9 @@
#Tue Jun 16 14:28:24 CEST 2020
port=0
usr=
auth=None
smsSuffix=@sms.switch.ch
host=
from=
to=
pwd=

20
config/setup.properties Executable file
View File

@@ -0,0 +1,20 @@
#Tue Jun 16 14:28:19 CEST 2020
scriptPath={home}/script
sessionsPath={outp}/sessions
pluginsPath={home}/plugins
configFileDevices={config}/devices.properties
libraryPath={script}; {script}/Lib
contextPath={outp}/context
configFilePlugins={config}/plugins.properties
extensionsPath={home}/extensions
configPath={home}/config
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

View File

@@ -0,0 +1,25 @@
#Tue Jun 16 14:47:51 CEST 2020
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

25
devices/cam_server.properties Executable file
View File

@@ -0,0 +1,25 @@
#Tue Jun 16 14:33:27 CEST 2020
colormapLogarithmic=false
spatialCalScaleX=-35.21126887460907
spatialCalScaleY=-48.38709552593848
rescaleOffset=0.0
roiWidth=-1
colormap=Flame
invert=false
colormapMin=NaN
rotationCrop=false
roiHeight=-1
colormapAutomatic=true
roiY=0
roiX=0
spatialCalOffsetY=-483.5036425564949
spatialCalOffsetX=-637.4980411378614
scale=1.0
grayscale=false
colormapMax=NaN
rotation=0.0
rescaleFactor=1.0
spatialCalUnits=mm
flipVertically=false
flipHorizontally=false
transpose=false

12
devices/dispatcher.properties Executable file
View File

@@ -0,0 +1,12 @@
#Tue Jun 16 14:32:33 CEST 2020
sendStrategy=complete_all
socketType=DEFAULT
validationInconsistency=keep_as_is
disableCompression=false
keepListeningOnStop=false
byteBufferAllocator=false
sendBuildChannelConfig=at_startup
parallelHandlerProcessing=true
mappingIncomplete=fill_null
sendSyncTimeout=0
sendAwaitFirstMessage=false

25
devices/image.properties Executable file
View File

@@ -0,0 +1,25 @@
#Tue Jun 16 14:55:40 CEST 2020
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

3
script/local.groovy Executable file
View File

@@ -0,0 +1,3 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.groovy
///////////////////////////////////////////////////////////////////////////////////////////////////

4
script/local.js Executable file
View File

@@ -0,0 +1,4 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
// Deployment specific global definitions - executed after startup.js
///////////////////////////////////////////////////////////////////////////////////////////////////

4
script/local.py Executable file
View File

@@ -0,0 +1,4 @@
###################################################################################################
# Deployment specific global definitions - executed after startup.py
###################################################################################################