Skip to content

Commit

Permalink
Add resample step to cal_step (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Jul 20, 2023
1 parent a9203cf commit 8276e6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

- Fix invalid uri fragment in rad_schema. [#286]

- Update the steps listed in ``cal_steps`` to reflect the currently implemented steps.
- Update the steps listed in ``cal_step`` to reflect the currently implemented steps.
The new additions are ``outlier_detection``, ``refpix``, ``sky_match``, and ``tweak_reg``. [#282]

- Update the steps listed in ``cal_step`` with the ``resample`` step. [#295]

0.16.0 (2023-06-26)
-------------------

Expand Down
9 changes: 8 additions & 1 deletion src/rad/resources/schemas/cal_step-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,14 @@ properties:
archive_catalog:
datatype: nvarchar(15)
destination: [ScienceRefData.skymatch, GuideWindow.skymatch]
propertyOrder: [assign_wcs, flat_field, dark, dq_init, jump, linearity, photom, source_detection, outlier_detection, ramp_fit, refpix, saturation, skymatch, tweakreg]
resample:
title: Resample Step
type: string
enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE']
archive_catalog:
datatype: nvarchar(15)
destination: [ScienceRefData.resample, GuideWindow.skymatch]
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]
additionalProperties: true
Expand Down

0 comments on commit 8276e6c

Please sign in to comment.