From cea85f336de2915601e0255b461d78fc84de81bb Mon Sep 17 00:00:00 2001 From: lemke_h Date: Thu, 5 Oct 2023 14:14:24 +0200 Subject: [PATCH] eco-test --- .mosaic01.vlm.swp | Bin eco-test | 12 ++++++++++++ mosaic01.vlm | 0 timetool_online_plot | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) mode change 100644 => 100755 .mosaic01.vlm.swp create mode 100755 eco-test mode change 100644 => 100755 mosaic01.vlm diff --git a/.mosaic01.vlm.swp b/.mosaic01.vlm.swp old mode 100644 new mode 100755 diff --git a/eco-test b/eco-test new file mode 100755 index 0000000..56dd84b --- /dev/null +++ b/eco-test @@ -0,0 +1,12 @@ +#/bin/bash +#source /opt/gfa/python + +default=bernina38_test +dest=${1:-$default} +source anaconda_env $dest + +ipython --pylab --profile=eco2 --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina" + + +#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l + diff --git a/mosaic01.vlm b/mosaic01.vlm old mode 100644 new mode 100755 diff --git a/timetool_online_plot b/timetool_online_plot index ed678f0..9581957 100755 --- a/timetool_online_plot +++ b/timetool_online_plot @@ -1,3 +1,3 @@ #!/bin/bash -source anaconda_env default +source anaconda_env bernina37 voila /sf/bernina/config/src/bernina-scripts/TimetoolOnlinePlot.ipynb