Skip to content

Commit

Permalink
Use SCA 01 instead of SCA 02 in resample regtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mairanteodoro committed Oct 11, 2023
1 parent 07502df commit 31d294c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions romancal/regtest/test_tweakreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand All @@ -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}")
Expand Down

0 comments on commit 31d294c

Please sign in to comment.