From 3f8f51d74ab89aeac401e5cc108dd5f2d1857670 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 25 Nov 2025 09:13:54 +0100 Subject: [PATCH] Model: added two macros to models for puck and positionm, currently legacy macros sgpuck and sgposition are kept. --- common/src/aaredaqlib/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/aaredaqlib/models.py b/common/src/aaredaqlib/models.py index c98b16ad..3ecd862f 100644 --- a/common/src/aaredaqlib/models.py +++ b/common/src/aaredaqlib/models.py @@ -120,6 +120,8 @@ class DataCollectionParameters(BaseModel): "{prefix}", "{sgPuck}", "{sgPosition}", + "{puck}", + "{position}", "{beamline}", "{sgPrefix}", "{sgPriority}",