From 31d294cb40589cb659ac8c4d6c23671d97344695 Mon Sep 17 00:00:00 2001 From: "M. Teodoro" Date: Thu, 5 Oct 2023 14:10:22 -0400 Subject: [PATCH] Use SCA 01 instead of SCA 02 in resample regtest. --- romancal/regtest/test_tweakreg.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/romancal/regtest/test_tweakreg.py b/romancal/regtest/test_tweakreg.py index 7cfd30cf5..a46bfdde2 100644 --- a/romancal/regtest/test_tweakreg.py +++ b/romancal/regtest/test_tweakreg.py @@ -28,7 +28,7 @@ def create_asn_file(): "name": "files.asdf", "members": [ { - "expname": "r0000501001001001001_01101_0001_WFI02_cal_tweakreg.asdf", + "expname": "r0000501001001001001_01101_0001_WFI01_cal_tweakreg.asdf", "exptype": "science" } ] @@ -53,9 +53,9 @@ def test_tweakreg(rtdata, ignore_asdf_paths, tmp_path): # - assign_wcs; # - photom; # - source_detection. - input_data = "r0000501001001001001_01101_0001_WFI02_cal_tweakreg.asdf" - output_data = "r0000501001001001001_01101_0001_WFI02_output.asdf" - truth_data = "r0000501001001001001_01101_0001_WFI02_tweakreg.asdf" + input_data = "r0000501001001001001_01101_0001_WFI01_cal_tweakreg.asdf" + output_data = "r0000501001001001001_01101_0001_WFI01_output.asdf" + truth_data = "r0000501001001001001_01101_0001_WFI01_tweakreg.asdf" rtdata.get_data(f"WFI/image/{input_data}") rtdata.get_truth(f"truth/WFI/image/{truth_data}")