From 9be7365d321718f599c37763d9850bbdfb7aa95f Mon Sep 17 00:00:00 2001
From: Egor Sobolev <egor.sobolev@xfel.eu>
Date: Thu, 17 Oct 2024 17:36:18 +0200
Subject: [PATCH] Add photon-energy option for AGIPD correction in
 update-config.py

---
 webservice/update_config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/webservice/update_config.py b/webservice/update_config.py
index 002d8f77e..84b6252ef 100755
--- a/webservice/update_config.py
+++ b/webservice/update_config.py
@@ -33,6 +33,7 @@ AGIPD_CONFIGURATIONS = {
         'use-super-selection': {'type': str},
         'round-photons': {'type': bool},
         'rounding-threshold': {'type': float},
+        'photon-energy': {'type': float},
         'use-xgm-device': {'type': str},
         'recast-image-data': {'type': str},
         'compress-fields': {'type': list},
-- 
GitLab