Skip to content

Commit

Permalink
Add TODO for changing acquisition type
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Oct 4, 2024
1 parent a4ee653 commit edd27b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ts/externalscripts/base_take_twilight_flats.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ async def take_twilight_flats(self):
# Take one 1s flat to calibrate the exposure time
self.log.info("Taking 1s flat to calibrate exposure time.")
exp_time = 1
# TODO: change from take_acq to take_sflat (DM-46675)
flat_image = await self.camera.take_acq(
exptime=exp_time,
n=1,
Expand Down Expand Up @@ -432,6 +433,7 @@ async def take_twilight_flats(self):
if np.abs(self.config.dither) > 0:
self.offset_telescope()

# TODO: change from take_acq to take_sflat (DM-46675)
flat_image = await self.camera.take_acq(
exptime=exp_time,
n=1,
Expand Down

0 comments on commit edd27b1

Please sign in to comment.