Skip to content

Commit

Permalink
Merge branch 'main' into RAD-139_ResampleMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe authored Mar 29, 2024
2 parents 4e5ebe5 + 0c39024 commit 3f397d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

- Add Members Keyword to Resample Schema. [#396]

- Create the flux step schema. [#395]


0.19.0 (2024-02-09)
-------------------
Expand Down
14 changes: 12 additions & 2 deletions src/rad/resources/schemas/cal_step-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ properties:
archive_catalog:
datatype: nvarchar(15)
destination: [ScienceRefData.s_dq_init, GuideWindow.s_dq_init, WFICommon.s_dq_init]
flux:
title: Flux Scale Application Step
description: |
Step in ROMANCAL which applies the scaling factors determined in the Photom calibrations step.
The data are converted from DN/s to MJy/sr.
type: string
enum: ['N/A', 'COMPLETE', 'SKIPPED', 'INCOMPLETE']
archive_catalog:
datatype: nvarchar(15)
destination: [ScienceRefData.s_flux, GuideWindow.s_flux, WFICommon.s_flux]
jump:
title: Cosmic Rays and Jump Detection Step
description: |
Expand Down Expand Up @@ -159,8 +169,8 @@ properties:
archive_catalog:
datatype: nvarchar(15)
destination: [ScienceRefData.s_resample, GuideWindow.s_resample, WFICommon.s_resample]
propertyOrder: [assign_wcs, flat_field, dark, dq_init, jump, linearity, photom, source_detection, outlier_detection, ramp_fit, refpix, saturation, skymatch, tweakreg, resample]
propertyOrder: [assign_wcs, flat_field, dark, dq_init, flux, 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, outlier_detection, photom, source_detection, ramp_fit, refpix, resample, saturation, skymatch, tweakreg]
required: [assign_wcs, flat_field, dark, dq_init, flux, jump, linearity, outlier_detection, photom, source_detection, ramp_fit, refpix, resample, saturation, skymatch, tweakreg]
additionalProperties: true
...

0 comments on commit 3f397d8

Please sign in to comment.