Skip to content

Commit

Permalink
Fudge a test to verify that CCS exposure_id no longer gets adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 26, 2023
1 parent 854e10f commit be57407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/headers/lsstCam-MC_C_20190319_000001_R10_S02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TELESCOP: LSST
OBSID: MC_C_20190319_000001
TELCODE: MC
CONTRLLR: C
DAYOBS: '20190319'
DAYOBS: '20290319'
TSEQNUM: 0
TEMPLED1: 20.600147112211552
TEMPLED2: 20.18183822135534
Expand Down
10 changes: 5 additions & 5 deletions tests/test_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ def test_lsstCam_translator(self):
instrument="LSSTCam",
boresight_rotation_coord="unknown",
dark_time=0.0*u.s,
detector_exposure_id=0x269200011d,
detector_exposure_id=0xdb480011d,
detector_group="R10",
detector_name="S02",
detector_num=29,
detector_serial="ITL-3800C-041",
exposure_id=3019031900001,
exposure_group="3019031900001",
exposure_id=2029031900001,
exposure_group="2029031900001",
exposure_time=0.0*u.s,
focus_z=0.0*u.mm,
group_counter_end=1,
Expand All @@ -62,13 +62,13 @@ def test_lsstCam_translator(self):
observation_id="MC_C_20190319_000001",
observation_type="bias",
observation_reason="bias",
observing_day=20190319,
observing_day=20290319,
physical_filter="unknown",
pressure=None,
relative_humidity=None,
science_program="unknown",
temperature=None,
visit_id=3019031900001)),
visit_id=2029031900001)),
("lsstCam-MC_C_20190319_000001_R22_S21.yaml",
dict(telescope="Simonyi Survey Telescope",
instrument="LSSTCam",
Expand Down

0 comments on commit be57407

Please sign in to comment.