Skip to content

Commit

Permalink
Fix default APOGEE exporure type from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 26, 2024
1 parent c9b1c87 commit f0616a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/helpers/apogee.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def expose(
self,
command: HALCommandType,
exp_time: float,
exp_type: str = "dark",
exp_type: str = "object",
dither_position: str | None = None,
):
"""Exposes APOGEE.
Expand Down

0 comments on commit f0616a2

Please sign in to comment.