Skip to content

Commit

Permalink
Change exposure to visit
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Oct 22, 2024
1 parent a2029f9 commit 55bac32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def get_sky_counts(self) -> float:
"""
timeout = 30
query = f"SELECT * from cdb_lsstcomcam.visit1_quicklook \
where exposure_id = {self.latest_exposure_id}"
where visit_id = {self.latest_exposure_id}"
item = "post_isr_pixel_median_median"
get_counts = functools.partial(
self.client.wait_for_item_in_row,
Expand Down

0 comments on commit 55bac32

Please sign in to comment.