comment on 0 z shift added

This commit is contained in:
x12sa
2026-07-12 07:28:10 +02:00
committed by holler
parent 621cd5aaef
commit e7cc2205cd
@@ -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)