Skip to content

Commit

Permalink
Merge branch 'main' into RAD-175_PSFetalSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe authored Oct 11, 2024
2 parents 3127e72 + fe9c909 commit f256f30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/458.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added ``refpix`` entry in ``ref_file``.
11 changes: 10 additions & 1 deletion src/rad/resources/schemas/ref_file-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ properties:
datatype: nvarchar(120)
destination: [WFIExposure.crds_software_version, WFIMosaic.crds_software_version,
GuideWindow.crds_software_version, WFICommon.crds_software_version]

context_used:
title: CRDS Context
description: |
Expand All @@ -41,6 +40,16 @@ properties:
datatype: nvarchar(120)
destination: [WFIExposure.crds_context_used, WFIMosaic.crds_context_used,
GuideWindow.crds_context_used, WFICommon.crds_context_used]
refpix:
title: Reference Pixel File Information
description: |
Reference file used to correct for the reference pixel contribution to
science data.
type: string
maxLength: 120
archive_catalog:
datatype: nvarchar(120)
destination: [ScienceRefData.r_refpix, GuideWindow.r_refpix, WFICommon.r_refpix]
dark:
title: Dark Reference File Information
description: |
Expand Down

0 comments on commit f256f30

Please sign in to comment.