comment on 0 z shift added
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user