18 lines
615 B
Plaintext
Executable File
18 lines
615 B
Plaintext
Executable File
#/bin/bash
|
|
#source /opt/gfa/python
|
|
source anaconda_env
|
|
export PYTHONPATH=$PYTHONPATH:/sf/bernina/config/src/python
|
|
ipython --profile=operation --pylab --no-banner -c "\
|
|
print(' ___ _______\n / -_) __/ _ \ \n Experiment Control \__/\__/\___/ \n\n');\
|
|
import h5py;\
|
|
h5py.enable_ipython_completer();\
|
|
import IPython.utils as _ipy_utils;\
|
|
_ipy_utils.terminal.set_term_title('eco Bernina');\
|
|
|
|
from eco_old.instruments import bernina;\
|
|
from eco_old.instruments.bernina import *;\
|
|
from escape.parse.swissfel import parseScanEco_v01;\
|
|
#%config IPCompleter.use_jedi=True;\
|
|
" -i
|
|
|