From f92a239df9f4c5c0a9ce07482dd43db774911963 Mon Sep 17 00:00:00 2001 From: kalt_r Date: Fri, 1 Jul 2016 08:01:48 +0200 Subject: [PATCH] Script execution --- script/local.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index e1cd7fe..b09f52b 100755 --- a/script/local.py +++ b/script/local.py @@ -89,11 +89,10 @@ def hfit(ydata, xdata = None): return (amplitude, angular_frequency, phase, fit_max) -# elog entry to LLRF ELOG https://elog-gfa.psi.ch/LLRF/?rsort=When -# example: elogllrf("Hallo Test", "Das ist meine Nachricht...","LLRF", "General", "SINEG01") def elogllrf(subject, message, system, subsystem, section, attachments = []): """ - Add entry to ELOG. + Add entry to ELOG of LLRF: https://elog-gfa.psi.ch/LLRF/ + Example: elogllrf("Hallo Test", "Das ist meine Nachricht...","LLRF", "General", "SINEG01") """ import getpass author = "pshell/" + getpass.getuser()