13 lines
348 B
Bash
Executable File
13 lines
348 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "ScreenPanel"
|
|
|
|
/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+"$@"}
|
|
|