Script execution
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user