11 lines
389 B
Plaintext
Executable File
11 lines
389 B
Plaintext
Executable File
#/bin/bash
|
|
#source /opt/gfa/python
|
|
source activate /sf/bernina/jungfrau/envs/jungfrau_client
|
|
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
|
|
|