Update CorrelationPanel and ScreenPanel

This commit is contained in:
Gobbo Alexandre
2022-12-19 17:08:35 +01:00
parent 256b853e49
commit 5d3052b4ae
2 changed files with 10 additions and 34 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
/sf/bernina/bin/pshell_be \
-p=/opt/gfa/pshell/apps/correlation/Correlation2.java \
-l -d -k -q -b \
-laf=darcula \
-m=/opt/gfa/pshell/apps/correlation \
-sbar -l -d -k -q -b -e -g \
$@

View File

@@ -1,35 +1,12 @@
#!/bin/bash
export SP_VER=9
echo "ScreenPanel"
for i in "$@"
do
case $i in
-spv=*|--version=*)
export SP_VER="${i#*=}"
#shift
;;
-spt)
export SP_VER=9
#shift
;;
*) # unknown option
;;
esac
done
echo "ScreenPanel" ${SP_VER}
/sf/bernina/bin/pshell_be -l -d -q -b -e -g -n -buf=10 -poll=250 -clog=SEVERE \
-size=1000x800 \
-p=/opt/gfa/pshell/apps/screen_panel/SfCamera.java \
-p=/opt/gfa/pshell/apps/screen_panel/Inventory.java \
-p=/opt/gfa/pshell/apps/screen_panel/CameraCalibrationDialog.java \
-p=/opt/gfa/pshell/apps/screen_panel/ScreenPanel${SP_VER}.java \
-srv_url=sf-daqsync-01:8889 \
-cam_srv_url=sf-daqsync-01:8888 \
-laf=darcula \
-persist \
/sf/bernina/bin/pshell_be -l -d -k=false -q -b -e -g -n -buffer_size=10 -clog=SEVERE -size=1000x800 \
-p=/opt/gfa/pshell/apps/screen_panel/ScreenPanel.java \
-pipeline_server=sf-daqsync-01:8889 \
-camera_server=sf-daqsync-01:8888 \
-clog=FINE -laf=dark \
-persist_camera \
${1+"$@"}