initial commit

This commit is contained in:
2017-11-15 08:06:58 +01:00
commit 8efb59d6aa
7 changed files with 27 additions and 0 deletions

1
Aramis Executable file
View File

@@ -0,0 +1 @@
/afs/psi.ch/intranet/SF/Photonics/SW/bin/mydm -x /afs/psi.ch/intranet/SF/Photonics/SW/adl/Aramis.adl

1
aramis-home Executable file
View File

@@ -0,0 +1 @@
/afs/psi.ch/intranet/SF/Photonics/SW/bin/mydm -x /afs/psi.ch/intranet/SF/Photonics/SW/adl/Aramis.adl

2
bernina-home Executable file
View File

@@ -0,0 +1,2 @@
#/bin/bash
caqtdm esbMaster

3
cams_sf Executable file
View File

@@ -0,0 +1,3 @@
#/bin/bash
caqtdm camsf

9
eco Executable file
View File

@@ -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

9
launcher Executable file
View File

@@ -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

2
motion-home Executable file
View File

@@ -0,0 +1,2 @@
#/bin/bash
caqtdm ZamofingMaster