DAQ: Deconvolute beam mark / beam center

This commit is contained in:
2025-06-13 11:33:39 +02:00
parent 3988c345c9
commit ca69bb0094
8 changed files with 82 additions and 31 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class SampleShortInfoList(BaseModel):
s: List[SampleShortInfo]
class BeamCenterCoeffModel(BaseModel):
class BeamMarkCoeffModel(BaseModel):
"""
Model to calculate beam center for a given zoom level based on a quadratic approximation
For both x and y it contains tuple of coefficients a, b, c (a*zoom^2 + b*zoom + c)