11 lines
610 B
Plaintext
Executable File
11 lines
610 B
Plaintext
Executable File
#/bin/bash
|
|
default=sfb312
|
|
dest=${1:-$default}
|
|
source mm_bernina_env $dest
|
|
|
|
unset SESSION_MANAGER # for qt error message in ipython
|
|
export PYTHONPATH=$PYTHONPATH:/sf/bernina/config/src/python/eco
|
|
|
|
#ipython --pylab --profile=eco3 --no-banner -i -c "print(' ___ _______\n / -_) __/ _ \ \n Experiment Control \__/\__/\___/ \n\n');from eco import ecocnf;from eco.utilities.config import Terminal;term = Terminal(scope='bernina');ecocnf.startup_lazy = True;from eco import bernina;from eco.bernina import *;term.set_title()"
|
|
ipython --pylab --profile=eco3 --no-banner -i
|