diff --git a/CHANGES.rst b/CHANGES.rst index a9284d8eb..81a3e85d5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,11 @@ ramp_fitting - Fix opening mode for references to be read-only [#854] +refpix +------ + +- Update cal_step, add suffix and add to the exposure pipeline [#890] + 0.12.0 (2023-08-18) =================== diff --git a/romancal/regtest/test_refpix.py b/romancal/regtest/test_refpix.py index 63675eb59..52bbcb853 100644 --- a/romancal/regtest/test_refpix.py +++ b/romancal/regtest/test_refpix.py @@ -17,7 +17,7 @@ def test_refpix_step(rtdata, ignore_asdf_paths): RomanStep.from_cmdline(args) # Again I have no idea here - output = "r0000101001001001001_01101_0001_WFI01_refpixstep.asdf" + output = "r0000101001001001001_01101_0001_WFI01_refpix.asdf" rtdata.output = output rtdata.get_truth(f"truth/WFI/image/{output}")