Update CorrelationPanel and ScreenPanel
This commit is contained in:
@@ -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 \
|
||||
$@
|
||||
|
||||
39
screen_panel
39
screen_panel
@@ -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+"$@"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user