initial commit
This commit is contained in:
1
Aramis
Executable file
1
Aramis
Executable 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
1
aramis-home
Executable 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
2
bernina-home
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#/bin/bash
|
||||||
|
caqtdm esbMaster
|
||||||
9
eco
Executable file
9
eco
Executable 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
9
launcher
Executable 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
2
motion-home
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#/bin/bash
|
||||||
|
caqtdm ZamofingMaster
|
||||||
Reference in New Issue
Block a user