Skip to content

Commit

Permalink
Add test for default 0.0mm focus_z with MegaCam.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Jun 14, 2022
1 parent 55989a0 commit c00f67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cfht.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_megaprime_translator(self):
exposure_id=1038843,
exposure_group="1038843",
exposure_time=615.037 * u.s,
focus_z=0.0 * u.mm, # default value
group_counter_end=1038843,
group_counter_start=1038843,
has_simulated_content=False,
Expand Down Expand Up @@ -74,6 +75,7 @@ def test_megaprime_translator(self):
exposure_id=849375,
exposure_group="849375",
exposure_time=300.202 * u.s,
focus_z=0.0 * u.mm, # default value
group_counter_end=849375,
group_counter_start=849375,
has_simulated_content=False,
Expand Down

0 comments on commit c00f67a

Please sign in to comment.