Skip to content

Commit

Permalink
change slit size tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhang234 committed Oct 17, 2024
1 parent 07b7f19 commit 7a3d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrument/devices/slit.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ID8Optics2Slit1D(Optics2Slit1D):
"size",
setpoint_pv=".VAL",
readback_pv=".RBV",
tolerance=8e-4,
tolerance=2e-3,
)
center = cpt(
PVPositionerSoftDone,
Expand Down

0 comments on commit 7a3d38b

Please sign in to comment.