further cleanup

This commit is contained in:
2023-12-13 14:33:46 +01:00
parent 7b9f3fa9b7
commit 8054e1d48c
21 changed files with 496 additions and 0 deletions

163
.gitignore vendored Normal file
View File

@ -0,0 +1,163 @@
# log files
log/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -520,3 +520,336 @@
2023-11-17 at 11:55:46 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 11:55:47 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 11:55:47 | INFO | Loading finished.
2023-11-17 at 13:51:41 | INFO | Connected to stand server
2023-11-17 at 13:51:42 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 13:51:43 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 13:51:43 | INFO | Loading finished.
2023-11-17 at 15:55:13 | INFO | Connected to stand server
2023-11-17 at 15:55:14 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 15:55:15 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 15:55:15 | INFO | Loading finished.
2023-11-17 at 16:04:20 | INFO | Connected to stand server
2023-11-17 at 16:04:21 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 16:04:21 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 16:04:21 | INFO | Loading finished.
2023-11-17 at 16:10:58 | INFO | Connected to stand server
2023-11-17 at 16:10:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 16:10:59 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 16:10:59 | INFO | Loading finished.
2023-11-17 at 16:59:50 | INFO | Connected to stand server
2023-11-17 at 16:59:51 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 16:59:51 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 16:59:51 | INFO | Loading finished.
2023-11-17 at 17:12:58 | INFO | Connected to stand server
2023-11-17 at 17:12:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 17:12:59 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 17:12:59 | INFO | Loading finished.
2023-11-17 at 17:18:44 | INFO | Connected to stand server
2023-11-17 at 17:18:45 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-17 at 17:18:45 | INFO | Running at cristallina with pgroup p21569.
2023-11-17 at 17:18:45 | INFO | Loading finished.
2023-11-18 at 12:56:50 | INFO | Connected to stand server
2023-11-18 at 12:56:51 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-18 at 12:56:51 | INFO | Running at cristallina with pgroup p21569.
2023-11-18 at 12:56:51 | INFO | Loading finished.
2023-11-18 at 13:52:36 | INFO | Connected to stand server
2023-11-18 at 13:52:37 | INFO | Using undulator (Aramis) offset to PSSS energy of -62 eV.
2023-11-18 at 13:52:37 | INFO | Running at cristallina with pgroup p21569.
2023-11-18 at 13:52:37 | INFO | Loading finished.
2023-11-18 at 13:54:23 | INFO | Connected to stand server
2023-11-18 at 13:54:25 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-18 at 13:54:25 | INFO | Running at cristallina with pgroup p21569.
2023-11-18 at 13:54:25 | INFO | Loading finished.
2023-11-18 at 15:36:50 | INFO | Connected to stand server
2023-11-18 at 15:36:51 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-18 at 15:36:52 | INFO | Running at cristallina with pgroup p21569.
2023-11-18 at 15:36:52 | INFO | Loading finished.
2023-11-19 at 04:23:27 | INFO | Connected to stand server
2023-11-19 at 04:23:28 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-19 at 04:23:29 | INFO | Running at cristallina with pgroup p21569.
2023-11-19 at 04:23:29 | INFO | Loading finished.
2023-11-20 at 17:34:26 | INFO | Connected to stand server
2023-11-20 at 17:34:27 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-20 at 17:45:46 | INFO | Connected to stand server
2023-11-20 at 17:45:47 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-20 at 17:46:06 | INFO | Connected to stand server
2023-11-20 at 17:46:07 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-20 at 17:46:07 | INFO | Running at cristallina with pgroup p21569.
2023-11-20 at 17:46:07 | INFO | Loading finished.
2023-11-20 at 22:05:21 | INFO | Connected to stand server
2023-11-20 at 22:05:22 | INFO | Using undulator (Aramis) offset to PSSS energy of -17 eV.
2023-11-20 at 22:05:22 | INFO | Running at cristallina with pgroup p21569.
2023-11-20 at 22:05:22 | INFO | Loading finished.
2023-11-21 at 19:21:58 | INFO | Connected to stand server
2023-11-21 at 19:21:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -76 eV.
2023-11-21 at 19:22:00 | INFO | Running at cristallina with pgroup p21569.
2023-11-21 at 19:22:00 | INFO | Loading finished.
2023-11-22 at 00:39:04 | INFO | Connected to stand server
2023-11-22 at 00:39:06 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-22 at 00:39:06 | INFO | Running at cristallina with pgroup p21569.
2023-11-22 at 00:39:06 | INFO | Loading finished.
2023-11-22 at 00:39:32 | INFO | Connected to stand server
2023-11-22 at 00:39:33 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-22 at 00:39:33 | INFO | Running at cristallina with pgroup p21569.
2023-11-22 at 00:39:33 | INFO | Loading finished.
2023-11-22 at 05:44:14 | INFO | Connected to stand server
2023-11-22 at 05:44:16 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-22 at 05:44:16 | INFO | Running at cristallina with pgroup p21569.
2023-11-22 at 05:44:16 | INFO | Loading finished.
2023-11-22 at 11:17:06 | INFO | Connected to stand server
2023-11-22 at 11:17:07 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-22 at 11:17:08 | INFO | Running at cristallina with pgroup p21569.
2023-11-22 at 11:17:08 | INFO | Loading finished.
2023-11-22 at 11:48:04 | INFO | Connected to stand server
2023-11-22 at 11:48:05 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-22 at 11:48:06 | INFO | Running at cristallina with pgroup p21569.
2023-11-22 at 11:48:06 | INFO | Loading finished.
2023-11-25 at 07:12:17 | INFO | Connected to stand server
2023-11-25 at 07:12:18 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-25 at 07:12:19 | INFO | Running at cristallina with pgroup p21569.
2023-11-25 at 07:12:19 | INFO | Loading finished.
2023-11-25 at 07:24:46 | INFO | Connected to stand server
2023-11-25 at 07:24:47 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-25 at 07:24:48 | INFO | Running at cristallina with pgroup p21569.
2023-11-25 at 07:24:48 | INFO | Loading finished.
2023-11-25 at 07:26:48 | INFO | Connected to stand server
2023-11-25 at 07:26:49 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-25 at 07:26:49 | INFO | Running at cristallina with pgroup p21569.
2023-11-25 at 07:26:49 | INFO | Loading finished.
2023-11-25 at 20:36:09 | INFO | Connected to stand server
2023-11-25 at 20:36:11 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-25 at 20:36:11 | INFO | Running at cristallina with pgroup p21569.
2023-11-25 at 20:36:11 | INFO | Loading finished.
2023-11-25 at 22:34:08 | INFO | Connected to stand server
2023-11-25 at 22:34:10 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-25 at 22:34:10 | INFO | Running at cristallina with pgroup p21569.
2023-11-25 at 22:34:10 | INFO | Loading finished.
2023-11-25 at 22:35:00 | INFO | Connected to stand server
2023-11-25 at 22:35:01 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-25 at 22:35:02 | INFO | Running at cristallina with pgroup p21569.
2023-11-25 at 22:35:02 | INFO | Loading finished.
2023-11-27 at 00:27:07 | INFO | Connected to stand server
2023-11-27 at 00:27:08 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-27 at 00:27:09 | INFO | Running at cristallina with pgroup p21569.
2023-11-27 at 00:27:09 | INFO | Loading finished.
2023-11-27 at 00:40:19 | INFO | Connected to stand server
2023-11-27 at 00:40:20 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-27 at 00:40:21 | INFO | Running at cristallina with pgroup p21569.
2023-11-27 at 00:40:21 | INFO | Loading finished.
2023-11-27 at 00:53:34 | INFO | Connected to stand server
2023-11-27 at 00:53:35 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-27 at 00:53:36 | INFO | Running at cristallina with pgroup p21569.
2023-11-27 at 00:53:36 | INFO | Loading finished.
2023-11-27 at 06:40:44 | INFO | Connected to stand server
2023-11-27 at 06:40:45 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-27 at 06:40:46 | INFO | Running at cristallina with pgroup p21569.
2023-11-27 at 06:40:46 | INFO | Loading finished.
2023-11-27 at 06:42:03 | INFO | Connected to stand server
2023-11-27 at 06:42:04 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-11-27 at 06:42:04 | INFO | Running at cristallina with pgroup p21569.
2023-11-27 at 06:42:04 | INFO | Loading finished.
2023-12-01 at 15:31:05 | INFO | Connected to stand server
2023-12-01 at 15:31:07 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-01 at 15:31:12 | INFO | Running at cristallina with pgroup p21569.
2023-12-01 at 15:31:12 | INFO | Loading finished.
2023-12-01 at 15:35:29 | INFO | Connected to stand server
2023-12-01 at 15:35:30 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-01 at 15:35:30 | INFO | Running at cristallina with pgroup p21569.
2023-12-01 at 15:35:30 | INFO | Loading finished.
2023-12-01 at 15:46:54 | INFO | Connected to stand server
2023-12-01 at 15:46:55 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-01 at 15:46:55 | WARNING | Cannot write log file to pgroup p21592.
2023-12-01 at 15:46:55 | INFO | Running at cristallina with pgroup p21592.
2023-12-01 at 15:46:55 | INFO | Loading finished.
2023-12-01 at 15:47:30 | INFO | Connected to stand server
2023-12-01 at 15:47:31 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-01 at 15:47:32 | WARNING | Cannot write log file to pgroup p21592.
2023-12-01 at 15:47:32 | INFO | Running at cristallina with pgroup p21592.
2023-12-01 at 15:47:32 | INFO | Loading finished.
2023-12-01 at 15:49:42 | INFO | Connected to stand server
2023-12-01 at 15:49:43 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-01 at 15:49:43 | WARNING | Cannot write log file to pgroup p21592.
2023-12-01 at 15:49:43 | INFO | Running at cristallina with pgroup p21592.
2023-12-01 at 15:49:43 | INFO | Loading finished.
2023-12-01 at 15:55:35 | INFO | Connected to stand server
2023-12-01 at 15:55:36 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-01 at 15:55:36 | WARNING | Cannot write log file to pgroup p21592.
2023-12-01 at 15:55:36 | INFO | Running at cristallina with pgroup p21592.
2023-12-01 at 15:55:36 | INFO | Loading finished.
2023-12-05 at 07:22:43 | INFO | Connected to stand server
2023-12-05 at 07:22:45 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-05 at 07:22:48 | INFO | Running at cristallina with pgroup p21592.
2023-12-05 at 07:22:48 | INFO | Loading finished.
2023-12-08 at 11:47:27 | INFO | Connected to stand server
2023-12-08 at 11:47:29 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 11:47:44 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 11:47:44 | INFO | Loading finished.
2023-12-08 at 12:07:28 | INFO | Connected to stand server
2023-12-08 at 12:07:29 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:07:30 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:07:30 | INFO | Loading finished.
2023-12-08 at 12:15:13 | INFO | Connected to stand server
2023-12-08 at 12:15:14 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:15:15 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:15:15 | INFO | Loading finished.
2023-12-08 at 12:29:46 | INFO | Connected to stand server
2023-12-08 at 12:29:47 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:29:47 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:29:47 | INFO | Loading finished.
2023-12-08 at 12:39:22 | INFO | Connected to stand server
2023-12-08 at 12:39:23 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:39:24 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:39:24 | INFO | Loading finished.
2023-12-08 at 12:43:30 | INFO | Connected to stand server
2023-12-08 at 12:43:31 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:43:31 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:43:31 | INFO | Loading finished.
2023-12-08 at 12:44:44 | INFO | Connected to stand server
2023-12-08 at 12:44:45 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:44:45 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:44:45 | INFO | Loading finished.
2023-12-08 at 12:48:36 | INFO | Connected to stand server
2023-12-08 at 12:48:37 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:48:37 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:48:37 | INFO | Loading finished.
2023-12-08 at 12:51:36 | INFO | Connected to stand server
2023-12-08 at 12:51:37 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:51:38 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:51:38 | INFO | Loading finished.
2023-12-08 at 12:56:14 | INFO | Connected to stand server
2023-12-08 at 12:56:15 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 12:56:16 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 12:56:16 | INFO | Loading finished.
2023-12-08 at 13:08:21 | INFO | Connected to stand server
2023-12-08 at 13:08:22 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:08:22 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:08:22 | INFO | Loading finished.
2023-12-08 at 13:22:18 | INFO | Connected to stand server
2023-12-08 at 13:22:19 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:22:20 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:22:20 | INFO | Loading finished.
2023-12-08 at 13:23:10 | INFO | Connected to stand server
2023-12-08 at 13:23:11 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:23:11 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:23:11 | INFO | Loading finished.
2023-12-08 at 13:25:03 | INFO | Connected to stand server
2023-12-08 at 13:25:05 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:25:05 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:25:05 | INFO | Loading finished.
2023-12-08 at 13:26:44 | INFO | Connected to stand server
2023-12-08 at 13:26:45 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:26:46 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:26:46 | INFO | Loading finished.
2023-12-08 at 13:36:29 | INFO | Connected to stand server
2023-12-08 at 13:36:30 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:36:31 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:36:31 | INFO | Loading finished.
2023-12-08 at 13:38:01 | INFO | Connected to stand server
2023-12-08 at 13:38:02 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 13:38:03 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 13:38:03 | INFO | Loading finished.
2023-12-08 at 14:15:24 | INFO | Connected to stand server
2023-12-08 at 14:15:25 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 14:15:25 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 14:15:25 | INFO | Loading finished.
2023-12-08 at 14:16:55 | INFO | Connected to stand server
2023-12-08 at 14:16:56 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 14:16:57 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 14:16:57 | INFO | Loading finished.
2023-12-08 at 14:26:23 | INFO | Connected to stand server
2023-12-08 at 14:26:24 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 14:26:25 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 14:26:25 | INFO | Loading finished.
2023-12-08 at 14:38:29 | INFO | Connected to stand server
2023-12-08 at 14:38:30 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 14:38:31 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 14:38:31 | INFO | Loading finished.
2023-12-08 at 16:22:56 | INFO | Connected to stand server
2023-12-08 at 16:22:58 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 16:22:58 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 16:22:58 | INFO | Loading finished.
2023-12-08 at 16:27:16 | INFO | Connected to stand server
2023-12-08 at 16:27:17 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 16:27:17 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 16:27:17 | INFO | Loading finished.
2023-12-08 at 16:28:39 | INFO | Connected to stand server
2023-12-08 at 16:28:40 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 16:28:40 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 16:28:40 | INFO | Loading finished.
2023-12-08 at 20:21:03 | INFO | Connected to stand server
2023-12-08 at 20:21:04 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 20:21:07 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 20:21:07 | INFO | Loading finished.
2023-12-08 at 20:26:12 | INFO | Connected to stand server
2023-12-08 at 20:26:13 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 20:26:13 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 20:26:13 | INFO | Loading finished.
2023-12-08 at 22:11:13 | INFO | Connected to stand server
2023-12-08 at 22:11:15 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-08 at 22:11:15 | INFO | Running at cristallina with pgroup p21592.
2023-12-08 at 22:11:15 | INFO | Loading finished.
2023-12-09 at 14:54:59 | INFO | Connected to stand server
2023-12-09 at 14:55:00 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-09 at 14:55:05 | INFO | Running at cristallina with pgroup p21592.
2023-12-09 at 14:55:05 | INFO | Loading finished.
2023-12-09 at 15:08:16 | INFO | Connected to stand server
2023-12-09 at 15:08:17 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-09 at 15:08:18 | INFO | Running at cristallina with pgroup p21592.
2023-12-09 at 15:08:18 | INFO | Loading finished.
2023-12-10 at 01:58:19 | INFO | Connected to stand server
2023-12-10 at 01:58:20 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-10 at 01:58:21 | INFO | Running at cristallina with pgroup p21592.
2023-12-10 at 01:58:21 | INFO | Loading finished.
2023-12-10 at 09:02:51 | INFO | Connected to stand server
2023-12-10 at 09:02:52 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-10 at 09:02:54 | INFO | Running at cristallina with pgroup p21592.
2023-12-10 at 09:02:54 | INFO | Loading finished.
2023-12-11 at 06:00:14 | INFO | Connected to stand server
2023-12-12 at 12:00:40 | INFO | Connected to stand server
2023-12-12 at 15:23:02 | INFO | Connected to stand server
2023-12-12 at 15:37:58 | INFO | Connected to stand server
2023-12-12 at 15:37:59 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 10:16:21 | INFO | Connected to stand server
2023-12-13 at 10:38:03 | INFO | Connected to stand server
2023-12-13 at 10:38:04 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 11:24:30 | INFO | Connected to stand server
2023-12-13 at 11:24:31 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 11:46:18 | INFO | Connected to stand server
2023-12-13 at 11:50:19 | INFO | Connected to stand server
2023-12-13 at 11:50:20 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 11:51:10 | INFO | Connected to stand server
2023-12-13 at 11:51:11 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 11:51:11 | WARNING | Cannot write log file to pgroup p21592.
2023-12-13 at 11:51:11 | INFO | Running at cristallina with pgroup p21592.
2023-12-13 at 11:51:11 | INFO | Loading finished.
2023-12-13 at 11:54:29 | INFO | Connected to stand server
2023-12-13 at 11:54:30 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 11:54:30 | INFO | Running at cristallina with pgroup p21592.
2023-12-13 at 11:54:30 | INFO | Loading finished.
2023-12-13 at 12:01:40 | INFO | Connected to stand server
2023-12-13 at 12:01:41 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 12:01:42 | INFO | Running at cristallina with pgroup p21592.
2023-12-13 at 12:01:42 | INFO | Loading finished.
2023-12-13 at 12:01:48 | INFO | Connected to stand server
2023-12-13 at 12:01:49 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 12:01:49 | WARNING | Cannot write log file to pgroup p21592.
2023-12-13 at 12:01:49 | INFO | Running at cristallina with pgroup p21592.
2023-12-13 at 12:01:49 | INFO | Loading finished.
2023-12-13 at 13:56:57 | INFO | Connected to stand server
2023-12-13 at 13:57:00 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 13:57:00 | WARNING | Cannot write log file to pgroup p21592.
2023-12-13 at 13:57:00 | INFO | Running at cristallina with pgroup p21592.
2023-12-13 at 13:57:00 | INFO | Loading finished.
2023-12-13 at 14:10:56 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 14:10:57 | INFO | Connected to stand server
2023-12-13 at 14:10:57 | WARNING | Cannot write log file to pgroup p21592.
2023-12-13 at 14:10:57 | INFO | Running at cristallina with pgroup p21592.
2023-12-13 at 14:10:57 | INFO | Loading finished.
2023-12-13 at 14:26:27 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 14:26:27 | INFO | Connected to stand server
2023-12-13 at 14:27:13 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 14:27:13 | INFO | Connected to stand server
2023-12-13 at 14:28:23 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 14:28:23 | INFO | Connected to stand server
2023-12-13 at 14:31:31 | INFO | Using undulator (Aramis) offset to PSSS energy of -59 eV.
2023-12-13 at 14:31:32 | INFO | Connected to stand server