Skip to content

Commit

Permalink
Set a default value for JUNGFRAU exposure_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 8, 2024
1 parent 2120ab2 commit a4b4416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,9 +1109,9 @@ class JUNGFRAUConditions(ConditionsBase):
sensor_bias_voltage: float
memory_cells: int
integration_time: float
exposure_timeout: int
gain_setting: int
gain_mode: Optional[int] = None
exposure_timeout: int = 25
sensor_temperature: float = 291
pixels_x: int = 1024
pixels_y: int = 512
Expand Down

0 comments on commit a4b4416

Please sign in to comment.