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()