Skip to content

Commit

Permalink
Correct default exposure time
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Sep 3, 2024
1 parent 6ca9e1f commit 0ca725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mx_bluesky/hyperion/parameters/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class TriggerConstants:
@dataclass(frozen=True)
class GridscanParamConstants:
WIDTH_UM = 600.0
EXPOSURE_TIME_S = 0.02
EXPOSURE_TIME_S = 0.004
USE_ROI = True
BOX_WIDTH_UM = 20.0
OMEGA_1 = 0.0
Expand Down

0 comments on commit 0ca725f

Please sign in to comment.