Skip to content

Commit

Permalink
@hzanoli: in get_movie, exposure and trigger periods both have to m…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
Baharis committed Feb 20, 2025
1 parent 31eca62 commit 0d10902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instamatic/camera/camera_serval.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_movie(self, n_frames, exposure=None, binsize=None, **kwargs):
arr = self.conn.get_images(
nTriggers=n_frames,
ExposureTime=exposure,
TriggerPeriod=exposure + self.exposure_cooldown,
TriggerPeriod=exposure,
)

return arr
Expand Down

0 comments on commit 0d10902

Please sign in to comment.