after long time...
This commit is contained in:
2
alarms_caqtdm
Executable file
2
alarms_caqtdm
Executable file
@@ -0,0 +1,2 @@
|
||||
export EPICS_CA_ADDR_LIST="cryo-cagw:5062 "$EPICS_CA_ADDR_LIST
|
||||
caqtdm /sf/bernina/config/src/caqtdm/alarms/alarms.ui
|
||||
2
eco
2
eco
@@ -5,7 +5,7 @@ default=bernina38
|
||||
dest=${1:-$default}
|
||||
source anaconda_env $dest
|
||||
|
||||
ipython --pylab --profile=eco2 --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina"
|
||||
ipython --pylab --profile=eco3 --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina"
|
||||
|
||||
|
||||
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l
|
||||
|
||||
2
remaining-slurm-job-time
Executable file
2
remaining-slurm-job-time
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo "$(squeue -h -j $SLURM_JOBID -o %L)"
|
||||
1
robot_server
Executable file
1
robot_server
Executable file
@@ -0,0 +1 @@
|
||||
/opt/gfa/pshell/pshell -home=/sf/bernina/config/src/python/bernina_robot -pini -laf=nimbus
|
||||
11
sf_archiver_panel
Executable file
11
sf_archiver_panel
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
export DAQBUF_DEFAULT_BACKEND=sf-archiver
|
||||
|
||||
pshell_be \
|
||||
-dbpn \
|
||||
-laf=dark \
|
||||
-last \
|
||||
-dbfh={home}/archiver-ui \
|
||||
|
||||
${1+"$@"}
|
||||
@@ -24,7 +24,7 @@ if [ "$(hostname)" = "saresb-cons-03.psi.ch" ] || [ "$(hostname)" = "saresb-cons
|
||||
else
|
||||
echo "no primary controls terminal"
|
||||
fi
|
||||
set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' '<Alt><Control>c'
|
||||
set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' '<Alt><Control>j'
|
||||
set_gnome_keyboard_shortcut 'eco' 'gnome-terminal -- eco' '<Super>HomePage'
|
||||
set_gnome_keyboard_shortcut 'launcher' 'launcher' 'HomePage'
|
||||
set_gnome_keyboard_shortcut 'browser' 'firefox' '<Alt><Control>b'
|
||||
@@ -68,3 +68,5 @@ if [ "$(hostname)" = "saresb-cons-08.psi.ch" ]; then
|
||||
dconf write /org/gnome/desktop/session/idle-delay 'uint32 0'
|
||||
fi
|
||||
|
||||
# Add cryo-gw to CA adress list for recovery air content
|
||||
export EPICS_CA_ADDR_LIST="cryo-cagw:5062 "$EPICS_CA_ADDR_LIST
|
||||
|
||||
3
thc_stripchart
Executable file
3
thc_stripchart
Executable file
@@ -0,0 +1,3 @@
|
||||
export EPICS_CA_ADDR_LIST="cryo-cagw:5062 "$EPICS_CA_ADDR_LIST
|
||||
strip_chart -start -f=/sf/bernina/config/strip_chart/thc_temperature.scd
|
||||
|
||||
Reference in New Issue
Block a user