Skip to content

Commit

Permalink
Fixup! CBP cal fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 14, 2024
1 parent 0e6a038 commit 2ca5aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ async def take_calibration_sequence(self):
wavelengths=calibration_wavelengths,
)

for exposure in exposure_table:
for i, exposure in exposure_table.iterrows():
self.log.debug(f"Performing calibration with {exposure.wavelength=}.")
await self.change_laser_wavelength(wavelength=exposure.wavelength)
await self.tunablelaser.cmd_setBurstMode.set_start(count=exposure.npulses)
Expand Down

0 comments on commit 2ca5aa4

Please sign in to comment.