Skip to content

Commit

Permalink
Require dome to be open for twilight flats
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 29, 2024
1 parent 98c4933 commit 4085613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gort/recipes/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ async def recipe(self, wait: bool = False, secondary: bool = False):
gort = self.gort
assert isinstance(gort, Gort)

# if not self.gort.enclosure.is_open():
# raise RuntimeError("Dome must be open to take twilight flats.")
if not self.gort.enclosure.is_open():
raise RuntimeError("Dome must be open to take twilight flats.")

has_slewed: bool = False

Expand Down

0 comments on commit 4085613

Please sign in to comment.