Skip to content

Commit

Permalink
Move setups around
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Oct 14, 2024
1 parent 5515c44 commit e33c18a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ async def configure_camera(self) -> None:
tcs_ready_to_take_data=self.atcs.ready_to_take_data,
)
await self.latiss.start_task
await self.latiss.setup_instrument(
filter=self.config.filter,
grating=self.config.grating,
)
else:
self.log.debug("Camera already defined, skipping.")

Expand Down

0 comments on commit e33c18a

Please sign in to comment.