commit 8efb59d6aa9aa489eab4cf437d3b8e3101abc1c9 Author: ebner Date: Wed Nov 15 08:06:58 2017 +0100 initial commit diff --git a/Aramis b/Aramis new file mode 100755 index 0000000..c1bd0b1 --- /dev/null +++ b/Aramis @@ -0,0 +1 @@ +/afs/psi.ch/intranet/SF/Photonics/SW/bin/mydm -x /afs/psi.ch/intranet/SF/Photonics/SW/adl/Aramis.adl diff --git a/aramis-home b/aramis-home new file mode 100755 index 0000000..c1bd0b1 --- /dev/null +++ b/aramis-home @@ -0,0 +1 @@ +/afs/psi.ch/intranet/SF/Photonics/SW/bin/mydm -x /afs/psi.ch/intranet/SF/Photonics/SW/adl/Aramis.adl diff --git a/bernina-home b/bernina-home new file mode 100755 index 0000000..5644d79 --- /dev/null +++ b/bernina-home @@ -0,0 +1,2 @@ +#/bin/bash +caqtdm esbMaster diff --git a/cams_sf b/cams_sf new file mode 100755 index 0000000..f93bd64 --- /dev/null +++ b/cams_sf @@ -0,0 +1,3 @@ +#/bin/bash +caqtdm camsf + diff --git a/eco b/eco new file mode 100755 index 0000000..72fa0fd --- /dev/null +++ b/eco @@ -0,0 +1,9 @@ +#/bin/bash +source /opt/gfa/python +export PYTHONPATH=$PYTHONPATH:/sf/bernina/config/src/python +ipython --no-banner -c "\ +print(' ___ _______\n / -_) __/ _ \ \n Experiment Control \__/\__/\___/ \n\n');\ +from eco.instruments import bernina;\ +from eco.instruments.bernina import *;\ +" -i + diff --git a/launcher b/launcher new file mode 100755 index 0000000..87d6380 --- /dev/null +++ b/launcher @@ -0,0 +1,9 @@ +#!/bin/bash + +source /opt/gfa/python 3.5 + +if [ "$#" -eq 0 ]; then + pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher/S_Bernina.json +else + pylauncher -m /sf/bernina/config/launcher_mapping $@ +fi diff --git a/motion-home b/motion-home new file mode 100755 index 0000000..068fc69 --- /dev/null +++ b/motion-home @@ -0,0 +1,2 @@ +#/bin/bash +caqtdm ZamofingMaster