comment on 0 z shift added
CI for csaxs_bec / test (push) Successful in 1m33s

This commit is contained in:
x12sa
2026-07-09 15:38:05 +02:00
parent dad70a9cc1
commit 7a556ecbc4
@@ -1477,10 +1477,10 @@ class FlomniAlignmentMixin:
correction_z = tomo_alignment_fit[0][0] * np.sin(
np.radians(angle + 90) + tomo_alignment_fit[0][1]
)
#Todo
print(
f"Alignment offset x {correction_x}, y {correction_y}, z {correction_z} for angle"
f" {angle}\n"
f" {angle}\nCurrently not applying z shift (HW damage)."
)
return (correction_x, correction_y, correction_z)