10 lines
341 B
Plaintext
Executable File
10 lines
341 B
Plaintext
Executable File
#/bin/bash
|
|
source anaconda_env
|
|
export PYTHONPATH=$PYTHONPATH:/sf/bernina/config/src/python/devel
|
|
ipython --pylab --no-banner -c "\
|
|
print(' ___ _______\n / -_) __/ _ \ \n Experiment Control \__/\__/\___/ \n\n');\
|
|
from eco.instruments import bernina;\
|
|
from eco.instruments.bernina import *;\
|
|
" -i
|
|
|