Skip to content

Commit

Permalink
Fixup! CBP Cal add debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 14, 2024
1 parent 70a0862 commit 7ec0661
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,10 @@ async def take_calibration_sequence(self):
wavelengths=calibration_wavelengths,
)

self.log.debug(f"exposure table is {exposure_table}")

for i, exposure in exposure_table.iterrows():
self.log.debug(f"exposure is {exposure}")
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 7ec0661

Please sign in to comment.