From f27f2fd3cf491f28483dc267c84c1db0d143a3ee Mon Sep 17 00:00:00 2001 From: htlemke Date: Sat, 6 Oct 2018 06:19:29 +0200 Subject: [PATCH 1/2] Update Readme.md --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d6d0d66..880778d 100755 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,11 @@ [![Build Status](https://travis-ci.org/paulscherrerinstitute/eco.svg?branch=master)](https://travis-ci.org/paulscherrerinstitute/eco) + + ___ _______ + / -_) __/ _ \ + Experiment Control \__/\__/\___/ # Experiment Control -Python based control environment for experiments at SwissFEL +Python based control environment for experiments, developed at SwissFEL. ## Structure eco consists of mutiple python modules strucrured in main classes @@ -11,3 +15,4 @@ eco consists of mutiple python modules strucrured in main classes -- general definition of potentially recurring devices -- separated into different groups - configurations of multiple devices into instruments + From c929ab5164108837f697d839deb84a1b4c355591 Mon Sep 17 00:00:00 2001 From: htlemke Date: Sat, 6 Oct 2018 06:19:58 +0200 Subject: [PATCH 2/2] Update Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 880778d..59e3891 100755 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ [![Build Status](https://travis-ci.org/paulscherrerinstitute/eco.svg?branch=master)](https://travis-ci.org/paulscherrerinstitute/eco) - ___ _______ - / -_) __/ _ \ - Experiment Control \__/\__/\___/ + ___ _______ + / -_) __/ _ \ + Experiment Control \__/\__/\___/ # Experiment Control Python based control environment for experiments, developed at SwissFEL.