Skip to content

Commit

Permalink
RAD-128 Require new cal_step values (#301)
Browse files Browse the repository at this point in the history
* Require new cal_step values

* Update changes
  • Loading branch information
WilliamJamieson authored Aug 3, 2023
1 parent f44168b commit cc05597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

- Added a prefix "s_" to the archive destination in "cal_step". [#303]

- Require all the new ``cal_step`` steps to be present in the ``cal_step`` schema. [#301]

0.17.0 (2023-07-27)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/rad/resources/schemas/cal_step-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ properties:
destination: [ScienceRefData.s_resample, GuideWindow.s_resample]
propertyOrder: [assign_wcs, flat_field, dark, dq_init, jump, linearity, photom, source_detection, outlier_detection, ramp_fit, refpix, saturation, skymatch, tweakreg, resample]
flowStyle: block
required: [assign_wcs, flat_field, dark, dq_init, jump, linearity, photom, source_detection, ramp_fit, saturation]
required: [assign_wcs, flat_field, dark, dq_init, jump, linearity, outlier_detection, photom, source_detection, ramp_fit, refpix, resample, saturation, skymatch, tweakreg]
additionalProperties: true
...

0 comments on commit cc05597

Please sign in to comment.