Startup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Mon Oct 23 10:33:19 CEST 2017
|
||||
#Wed Nov 15 09:09:58 CET 2017
|
||||
autoSaveScanData=true
|
||||
createSessionFiles=false
|
||||
dataLayout=default
|
||||
@@ -9,6 +9,7 @@ dataScanPreserveTypes=false
|
||||
dataScanReleaseRecords=false
|
||||
dataScanStrategy=default
|
||||
dataServerPort=-1
|
||||
depthDimension=0
|
||||
devicePoolFile={config}/devices.properties
|
||||
deviceUpdateStrategyFile={config}/update.properties
|
||||
hostName=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Mon Nov 13 08:15:30 CET 2017
|
||||
#Wed Nov 15 09:13:12 CET 2017
|
||||
colormap=Flame
|
||||
colormapAutomatic=true
|
||||
colormapMax=NaN
|
||||
@@ -16,9 +16,9 @@ roiY=0
|
||||
rotation=0.0
|
||||
rotationCrop=false
|
||||
scale=1.0
|
||||
spatialCalOffsetX=-861.4939970777481
|
||||
spatialCalOffsetY=-820.4883730911062
|
||||
spatialCalScaleX=-18.90359092620482
|
||||
spatialCalScaleY=-19.37984500632817
|
||||
spatialCalOffsetX=-145.62499649229636
|
||||
spatialCalOffsetY=-440.5890253136218
|
||||
spatialCalScaleX=-8.737659322804419
|
||||
spatialCalScaleY=-8.834898186495984
|
||||
spatialCalUnits=mm
|
||||
transpose=false
|
||||
|
||||
@@ -9,8 +9,8 @@ import datetime
|
||||
PARALLELIZE = True
|
||||
|
||||
if get_exec_pars().source == CommandSource.ui:
|
||||
camera_name = "SLG-LCAM-C041_sp"
|
||||
shared = False
|
||||
camera_name = "SARBD02-DSCR050_sp1" # "SLG-LCAM-C041_sp"
|
||||
shared = True
|
||||
images = 10
|
||||
interval = -1
|
||||
roi = "" #"[540, 200, 430,100]"
|
||||
|
||||
Reference in New Issue
Block a user