Script execution

This commit is contained in:
kalt_r
2016-07-01 08:01:48 +02:00
parent 1ebf49dec5
commit f92a239df9

View File

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